organization | R Documentation |
Reference organization-owned resources on Redivis
organization(name)
name |
The organization's username |
class<user>
redivis::organization('demo_organization')$dataset('some_dataset')$table('a_table')$to_tibble(max_results=100)
We can also construct a query scoped to a particular dataset, removing the need to fully qualify table names
redivis::user('my_username')$workflow('my_workflow')$query("SELECT * FROM table_1 INNER JOIN table_2 ON id")$to_tibble()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.