pandan_dat: Get project data

View source: R/pandan_dat.R

pandan_datR Documentation

Get project data

Description

Import project-level data from googlesheets.

Usage

pandan_dat(project, gs_url = Sys.getenv("PANDAN_TRACKER"))

Arguments

project

Project tracking sheet. First column for components, second to some number of columns for project level progress, and any column name containing read_edit will be classified as reading over and editing, not project progress.

gs_url

Url for googlesheet. Defaults to system environment variable PANDAN. usethis::edit_r_environ() to set this.

Value

List of object of project metadata useful for visualisation, e.g., current levels and current sections.

Examples

# runs because PANDAN url environment variable set and
# pandan googlesheet at url
pandan_dat("waystation")


softloud/pandan documentation built on July 22, 2023, 6:45 p.m.