raw_query | R Documentation |
Execute raw graphql query
raw_query(query_string)
data.frame A dataframe contained the query result.
info()
,browseVignettes("NAMC-API-Overview")
Other query functions:
query()
,
save()
sites = NAMCr::raw_query(
'query rQuery{
sites {
station lat long ...
}
}'
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.