Description Usage Arguments Details Examples
Gets tasks from a project in Asana
1 2 | asana_import(ASANA_ACCESS_TOKEN = Sys.getenv("ASANA_ACCESS_TOKEN"),
project_gid, board_column = NA, section = NA, shuffle = FALSE)
|
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 |
project_gid |
The gid identifier for a specific project in Asana, found in the URL |
board_column |
If importing from an Asana project in board view, specify the column that you would like to import and sort |
section |
If importing from an Asana project in list view, specify a section that you would like to import and sort |
Follow the instructions for the asana package to make usage easier https://github.com/datacamp/asana/blob/master/README.md
1 2 3 | asana_import(
ASANA_ACCESS_TOKEN = "add_your_34_chr_asana_access_token",
project_gid = "123456789101112")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.