user | R Documentation |
Reference user-owned resources on Redivis
user(name)
name |
The user's username |
class<user>
redivis::user('my_username')$workflow('my_workflow')$table('my_table')$to_tibble(max_results=100)
We can also construct a query scoped to a particular workflow, 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.