vertical_project | R Documentation |
This function is called when a vertical R project is created.
vertical_project( path = NULL, init_git = TRUE, init_data = TRUE, init_ms = TRUE, init_som = TRUE, init_slides = TRUE, init_poster = TRUE, init_exp = FALSE, ... )
path |
Name (and location) of package. Must be a valid R package name. |
init_git |
Initialize a git repository? (TRUE) |
init_data |
Initialize data? (TRUE) |
init_ms |
Initialize APA6 manuscript R Markdown template? (TRUE) |
init_som |
Initialize supplementary materials R Markdown template? (TRUE) |
init_slides |
Initialize an R Markdown slide template? (TRUE) |
init_poster |
Initialize an R Markdown poster template? (TRUE) |
init_exp |
Initialize a jsPsych experiment template? (FALSE) |
... |
Not used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.