Feature description
Show R code can be sometimes harder to read with all the prefixes of packages: ggplot2::ggplot(ggplot2::aes(....
It would be nice if the code were made more readable via styler::style_text or something similar.
This way code will be easier to read, understand and modify.
Code of Conduct
Contribution Guidelines
Security Policy
Feature description
Show R code can be sometimes harder to read with all the prefixes of packages:
ggplot2::ggplot(ggplot2::aes(....It would be nice if the code were made more readable via
styler::style_textor something similar.This way code will be easier to read, understand and modify.
Code of Conduct
Contribution Guidelines
Security Policy