Description Usage Arguments Value Examples
This function gives you the id of a project by name, which is useful for adding tasks or people to the project.
1 | get_id_project(object, project_name)
|
object |
result of get_projects |
project_name |
name of the project |
id of project (character vector)
1 2 3 4 5 | ## Not run:
get_projects() %>%
get_id_project("test")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.