Description Usage Arguments Examples
View source: R/build_sections.R
Create new sections in a project in Asana
1 | build_sections(sections, project_gid)
|
sections |
A vector of new section titles to be added to the project, in order. If a section already exists it will not be duplicated. |
project_gid |
The gid identifier for a specific project in Asana, |
1 2 3 | project_gid <- "1234567891011121"
sections <- c("Do", "Delegate", "Schedule")
build_sections(sections, project_gid)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.