Learn R Programming

rtodoist (version 0.4.0)

get_comments: Get comments

Description

Get comments

Usage

get_comments(
  task_id = NULL,
  project_id = NULL,
  token = get_todoist_api_token()
)

Value

tibble of comments

Arguments

task_id

id of the task (either task_id or project_id required)

project_id

id of the project (either task_id or project_id required)

token

todoist API token

Examples

Run this code
if (FALSE) {
get_comments(task_id = "12345")
get_comments(project_id = "67890")
}

Run the code above in your browser using DataLab