View source: R/summary_queries.R
get_cc_project_summary | R Documentation |
Returns a dataframe with all of a project's colony count data down to the event
get_cc_project_summary(
token,
project_df,
project_id,
branch = "prod",
url = NULL,
aws_gql = NULL,
aws_alb = NULL,
docker = FALSE,
return_t = FALSE
)
token |
List token created from get_nabat_gql_token() or get_refresh_token() |
project_df |
Dataframe output from get_projects() |
project_id |
Numeric or String a project id |
branch |
(optional) String that defaults to 'prod' but can also be 'dev'|'beta'|'local' |
url |
(optional) String url to use for GQL |
aws_gql |
(optional) String url to use in aws |
aws_alb |
(optional) String url to use in aws |
docker |
(optional) Boolean if being run in docker container or not |
return_t |
(optional) Boolean Changes the Returned value to a list and adds a token as one of the returned values (if set to TRUE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.