create_new_task | R Documentation |
Create a new prepare_TASK.R file using prepare_TEMPLATE.R and replacing TEMPLATE by the short name of the new task All new task should be created using this template and then adapted as needed.
create_new_task(
short_name_task,
overwrite = FALSE,
get_info_googledoc = FALSE,
destination = "R_tasks"
)
short_name_task |
short name of the task |
overwrite |
If the prepare_TASK is already present, should overwrite? FALSE / TRUE |
get_info_googledoc |
If TRUE, uses |
destination |
By default is "R_tasks" |
Creates a R_tasks/prepare_TASK.R using the prepare_TEMPLATE.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.