Description Usage Arguments Details Value Examples
Downloads the primary details of one or all projects
1 2 3 4 5 6 7 | get_projects(
auth,
project_id = NULL,
fields = NULL,
pagesize = 50,
waittime = 0.2
)
|
auth |
Highbond authentication credentials, created from |
project_id |
Project ID number. |
fields |
OPTIONAL. A character vector each field requested within the project. NULL will default to all fields. |
pagesize |
Defaults to 50. Maximum is 100. |
waittime |
Time in seconds to wait between requests. |
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
A tibble of projects
1 2 3 4 5 | ## Not run:
projects <- get_projects(auth)
projects <- get_projects(auth, fields = c('name', 'state', 'status'))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.