Learn R Programming

rtodoist (version 0.4.0)

archive_project: Archive a project

Description

Archive a project

Usage

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

Value

id of the archived project (invisible)

Arguments

project_id

id of the project

project_name

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

verbose

boolean that make the function verbose

token

todoist API token

Examples

Run this code
if (FALSE) {
archive_project(project_name = "my_proj")
}

Run the code above in your browser using DataLab