Learn R Programming

rtodoist (version 0.4.0)

import_template: Import a template into a project

Description

Import a template into a project

Usage

import_template(
  project_id = get_project_id(project_name = project_name, token = token, create = FALSE),
  project_name,
  file_path,
  verbose = TRUE,
  token = get_todoist_api_token()
)

Value

NULL (invisible)

Arguments

project_id

id of the project to import into

project_name

name of the project (for lookup if project_id not provided)

file_path

path to the template file (CSV format)

verbose

boolean that make the function verbose

token

todoist API token

Examples

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

Run the code above in your browser using DataLab