powered by
This function gives you the id of a project by name, which is useful for adding tasks or people to the project.
get_id_project(object, project_name)
result of get_projects
name of the project
id of project (character vector)
# NOT RUN { get_projects() %>% get_id_project("test") # }
Run the code above in your browser using DataLab