Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vlucet/rdash
A RStudio Addin to insert a commented dash line into a script
https://github.com/vlucet/rdash
r rstudio rstudio-addin
Last synced: about 1 month ago
JSON representation
A RStudio Addin to insert a commented dash line into a script
- Host: GitHub
- URL: https://github.com/vlucet/rdash
- Owner: VLucet
- Created: 2019-03-21T20:13:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T15:03:46.000Z (over 5 years ago)
- Last Synced: 2024-10-12T23:41:15.762Z (2 months ago)
- Topics: r, rstudio, rstudio-addin
- Language: R
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rdash
A RStudio Addin to insert a commented dash line into a script
(Is redundant with some functionnality of RStudio but written as practice for making package)To install:
```R
require(devtools)
devtools::install_github("vlucet/RDash", type = "source")
```Rdash allows to to insert a commened dash line into your script:
```R
#-------------------------------------------------------------------------------
```
Default number of "-" set at 79 to fit the default R margin of 80 characters.