Skip to content
/ rdash Public

A RStudio Addin to insert a commented dash line into a script

Notifications You must be signed in to change notification settings

VLucet/rdash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

require(devtools)
devtools::install_github("vlucet/RDash", type = "source")

Rdash allows to to insert a commened dash line into your script:

#-------------------------------------------------------------------------------

Default number of "-" set at 79 to fit the default R margin of 80 characters.

About

A RStudio Addin to insert a commented dash line into a script

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages