Learn R Programming

rtodoist (version 0.4.0)

get_comment: Get a single comment by ID

Description

Get a single comment by ID

Usage

get_comment(comment_id, token = get_todoist_api_token())

Value

list with comment details

Arguments

comment_id

id of the comment

token

todoist API token

Examples

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

Run the code above in your browser using DataLab