Learn R Programming

rtodoist (version 0.4.0)

leave_workspace: Leave a workspace

Description

Leave a workspace

Usage

leave_workspace(workspace_id, verbose = TRUE, token = get_todoist_api_token())

Value

NULL (invisible)

Arguments

workspace_id

id of the workspace

verbose

boolean that make the function verbose

token

todoist API token

Examples

Run this code
if (FALSE) {
leave_workspace("12345")
}

Run the code above in your browser using DataLab