asana_import: Gets tasks from a project in Asana

Description Usage Arguments Details Examples

View source: R/asana_import.R

Description

Gets tasks from a project in Asana

Usage

1
2
asana_import(ASANA_ACCESS_TOKEN = Sys.getenv("ASANA_ACCESS_TOKEN"),
  project_gid, board_column = NA, section = NA, shuffle = FALSE)

Arguments

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

Details

Follow the instructions for the asana package to make usage easier https://github.com/datacamp/asana/blob/master/README.md

Examples

1
2
3
asana_import(
ASANA_ACCESS_TOKEN = "add_your_34_chr_asana_access_token",
project_gid = "123456789101112")

ayormark/decider documentation built on Feb. 8, 2020, 1:12 a.m.