Learn R Programming

rtodoist (version 0.4.0)

export_template: Export a project as a template

Description

Export a project as a template

Usage

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()
)

Value

path to the saved file (invisible)

Arguments

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

Examples

Run this code
if (FALSE) {
export_template(project_name = "my_proj", output_file = "template.csv")
}

Run the code above in your browser using DataLab