Description Usage Arguments Examples
View source: R/nabat_gql_queries.R
Returns all surveys within a single project (project_id)
1 2 3 4 5 6 7 8 9 10  | 
token | 
 List token created from get_nabat_gql_token() or get_refresh_token()  | 
survey_df | 
 Dataframe a survey dataframe from the output of get_acoustic_project_summary()  | 
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  | 
1 2 3 4 5 6  | ## Not run: 
acoustic_bulk_df = get_colony_bulk_counts(token,
                                          get_acoustic_project_summary(),
                                          project_id)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.