fulcrum_query | R Documentation |
Submit GET request to Fulcrum Query API based on SQL query string
fulcrum_query(
query_string,
api_key = get_api_key(),
base_url = "https://api.fulcrumapp.com/api/v2/query/"
)
query_string |
SQL statement as string |
api_key |
Fulcrum authentication key |
base_url |
Base URL for Fulcrum Query API |
If request is successful (i.e. the request was successfully performed and a response with HTTP status code <400 was recieved), an HTTP response; otherwise throws an error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.