build_sections: Create new sections in a project in Asana

Description Usage Arguments Examples

View source: R/build_sections.R

Description

Create new sections in a project in Asana

Usage

1
build_sections(sections, project_gid)

Arguments

sections

A vector of new section titles to be added to the project, in order. If a section already exists it will not be duplicated.

project_gid

The gid identifier for a specific project in Asana,

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.