place_task: Move tasks to the proper section within a project

Description Usage Arguments Examples

View source: R/place_task.R

Description

Move tasks to the proper section within a project

Usage

1
place_task(task, project_gid, section)

Arguments

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

Examples

1
2
3
project_gid <- "1234567891011121"
sections <- c("Do", "Delegate", "Schedule")
build_sections(sections, project_gid)

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