View source: R/api_functions.R
perform_api_query | R Documentation |
Perform API Query
perform_api_query(
variables,
query_file,
query_dir = system.file("queries", package = "iatlasGraphQLClient"),
api_url = "https://api-staging.cri-iatlas.org/api"
)
variables |
A named list |
query_file |
A string, that is a path to a text file |
query_dir |
A string, that is to the directory of the query file |
api_url |
A string, that is the URL of the API server |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.