powered by
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() )
path to the saved file (invisible)
id of the project to export
name of the project (for lookup if project_id not provided)
path where to save the template file
boolean that make the function verbose
todoist API token
if (FALSE) { export_template(project_name = "my_proj", output_file = "template.csv") }
Run the code above in your browser using DataLab