Description Usage Arguments Examples
Move tasks to the proper section within a project
1 | place_task(task, project_gid, section)
|
task |
a one-row tibble of a task to be placed, contains Task and gid |
project_gid |
The gid identifier for a specific project in Asana |
section |
The section to move the task to |
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.