get_id_project: Get id of project

Description Usage Arguments Value Examples

View source: R/projects.R

Description

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

Usage

1
get_id_project(object, project_name)

Arguments

object

result of get_projects

project_name

name of the project

Value

id of project (character vector)

Examples

1
2
3
4
5
## Not run: 
get_projects() %>%
    get_id_project("test")

## End(Not run)

rtodoist documentation built on July 2, 2020, 1:46 a.m.