query | R Documentation |
Create a Redivis SQL query
query(query = "", default_workflow = NULL, default_dataset = NULL)
query |
The query string to execute |
class<Query>
output_table <- redivis::query(query = 'SELECT 1 + 1 AS two')$to_tibble()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.