Description Usage Arguments Details Value
This function is used for creating a new project.
1 | make_project(proj_name = "project", add_dir = NULL)
|
proj_name |
name of the project |
add_dir |
character vector of additional directories expect the default ones (see below). Default is set to NULL |
The function creates a directory named after the proj.name
object. Inside this directory, the following subdirectories are
created by default: preregistration
, data
,
analyses
, plots
, manuscript
. Additional
directories could be defined using the add.dir
argument.
This function returns no values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.