Learn R Programming

rtodoist (version 0.4.0)

unarchive_project: Unarchive a project

Description

Unarchive a project

Usage

unarchive_project(project_id, verbose = TRUE, token = get_todoist_api_token())

Value

id of the unarchived project (invisible)

Arguments

project_id

id of the project

verbose

boolean that make the function verbose

token

todoist API token

Examples

Run this code
if (FALSE) {
unarchive_project(project_id = "12345")
}

Run the code above in your browser using DataLab