Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.