https://github.com/RinteRface/snippets
RStudio snippets for all Interface packages
https://github.com/RinteRface/snippets
Last synced: 2 months ago
JSON representation
RStudio snippets for all Interface packages
- Host: GitHub
- URL: https://github.com/RinteRface/snippets
- Owner: RinteRface
- Created: 2019-06-26T17:16:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T17:21:59.000Z (over 6 years ago)
- Last Synced: 2025-04-29T21:39:33.858Z (5 months ago)
- Language: R
- Size: 415 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - RinteRface/snippets - RStudio snippets for all Interface packages (R)
README
# snippets
> RStudio snippets for all RinteRface packages.## Installation
Copy and paste the snippet of your choice to your RStudio editor. Alternatively, download them with the [snipper](https://github.com/dgrtwo/snippr) package:```r
devtools::install_github("dgrtwo/snippr")
library(snippr)
snippets_install_github("RinteRface/snippets", language = "r")
```
