library(basecamper)
projects <- basecamper::basecamp_projects()
The print method for the projects
object will return a character vector with the project name with the company associated with it as the element name.
Summary method for a projects
object will return a tibble
with company
name associated with the project, with the id
and name
of the project.
summary(projects)
Choose a project
(METRUM <- summary(projects)[[2,'id']])
project <- basecamper::basecamp_project('MYPROJECT')