View source: R/create_project.R
create_project | R Documentation |
create_project()
provides a convenient function for creating
a new academic/paper project.
create_project(path, ...)
path |
the directory name for the project (e.g. "my-project", "dissertation", or whatever) |
... |
optional stuff, but you can ignore this |
create_project()
creates a directory named with whatever is supplied in the path
variable. This
directory will appear in the current working directory if it is executed in the command line. The contents of that
directory will include a skeleton project to get the user started. The user can (and must) ultimately make it their own.
## Not run:
create_project("example")
create_project("dissertation")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.