Create an R package with standard SSB format
Usage
ssb_rproject(path, description, firstname, surname, github)
Arguments
- path
Where the package should be created.
- description
A short description of what the package does.
- firstname
First name of the author
- surname
Surname of the Author
- github
Boolean for whether to create a github repository for the package. Default = TRUE