Learn R Programming

rtodoist (version 0.1.0)

get_id_project: Get id of project

Description

This function gives you the id of a project by name, which is useful for adding tasks or people to the project.

Usage

get_id_project(object, project_name)

Value

id of project (character vector)

Arguments

object

result of get_projects

project_name

name of the project

Examples

Run this code
if (FALSE) {
get_projects() %>%
    get_id_project("test")
}

Run the code above in your browser using DataLab