| export_template | R Documentation |
Export a project as a template
export_template(
project_id = get_project_id(project_name = project_name, token = token, create = FALSE),
project_name,
output_file,
verbose = TRUE,
token = get_todoist_api_token()
)
project_id |
id of the project to export |
project_name |
name of the project (for lookup if project_id not provided) |
output_file |
path where to save the template file |
verbose |
boolean that make the function verbose |
token |
todoist API token |
path to the saved file (invisible)
## Not run:
export_template(project_name = "my_proj", output_file = "template.csv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.