
styler formats your code according to thetidyverse style guide (or yourcustom style guide) so you can direct your attention to the content ofyour code. It helps to keep the coding style consistent across projectsand facilitate collaboration. You can access styler through
style_pkg(),style_file()orstyle_text()vignette("third-party-integrations")
You can install the package from CRAN.
install.packages("styler")Or get the development version from GitHub:
# install.packages("remotes")remotes::install_github("r-lib/styler")The following online docs are available:
Hex sticker font isGayathri, and theimage is taken from icon made byFreepik and available atflaticon.com.