- Notifications
You must be signed in to change notification settings - Fork71
Non-invasive pretty printing of R code
License
Unknown, Unknown licenses found
Licenses found
Unknown
LICENSEUnknown
LICENSE.mdNotificationsYou must be signed in to change notification settings
r-lib/styler
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
styler formats your code according to thetidyverse styleguide (or your custom style guide) so youcan direct your attention to the content of your code. It helps to keepthe coding style consistent across projects and facilitatecollaboration. You can access styler through
- the RStudio Addin as demonstrated below
- R functions like
style_pkg(),style_file()orstyle_text() - various other tools described in
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 the image istaken from icon made byFreepik and availableatflaticon.com.
About
Non-invasive pretty printing of R code
Topics
Resources
License
Unknown, Unknown licenses found
Licenses found
Unknown
LICENSEUnknown
LICENSE.mdContributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.

