asana_move_to_section: Move A Task To a Specific Section Within A Project

Description Usage Arguments Details Examples

Description

Move A Task To a Specific Section Within A Project

Usage

1
2
asana_move_to_section(task_to_move, section = NULL, project,
  ASANA_ACCESS_TOKEN = Sys.getenv("ASANA_ACCESS_TOKEN"))

Arguments

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

Details

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

Examples

1
asana_move_task() # example coming soon

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