powered by
Downloads the primary details of one or all projects
get_projects( auth, project_id = NULL, fields = NULL, pagesize = 50, waittime = 0.2 )
Highbond authentication credentials, created from setup_highbond
setup_highbond
Project ID number. NULL will default to all items.
NULL
OPTIONAL. A character vector each field requested within the project. NULL will default to all fields.
Defaults to 50. Maximum is 100.
Time in seconds to wait between requests.
A tibble of projects
Fields allowed: name, state, status, created_at, updated_at, description, background, budget, position, certification, control_performance, risk_assurance, management_response, max_sample_size, number_of_testing_rounds, opinion, opinion_description, purpose, scope, start_date, target_date, tag_list, project_type, entities
# NOT RUN { projects <- get_projects(auth) projects <- get_projects(auth, fields = c('name', 'state', 'status')) # }
Run the code above in your browser using DataLab