Description Usage Arguments Details Examples
Move A Task To a Specific Section Within A Project
1 2 | asana_move_to_section(task_to_move, section = NULL, project,
ASANA_ACCESS_TOKEN = Sys.getenv("ASANA_ACCESS_TOKEN"))
|
task_to_move |
The gid of the task that you want to move |
section |
The gid of the section that you would like to place a task in |
project |
The project gid |
ASANA_ACCESS_TOKEN |
An Asana access token. You can get your own personal Asana access token here: https://asana.com/guide/help/api/api#gl-access-tokens |
Follow the instructions for the asana package to make usage easier https://github.com/datacamp/asana/blob/master/README.md
1 | asana_move_task() # example coming soon
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.