redivis
package Redivis
The redivis package, available via library("redivis"). Through its various methods, you can create, update, query, and read from resources on Redivis.
Methods
Construct a reference to the current notebook. Can only be called within a Redivis notebook.
Construct a reference to the currently authenticated user.
Construct a reference to the current workflow. Can only be called within a Redivis notebook, or if a default workflow is set.
redivis$datasource(source)
Construct a new Datasource instance. Can only be called if a default workflow is set. Otherwise, use the workflow$datasource() constructor.
redivis$file(file_id)
Construct a new File instance.
redivis$make_api_request([method, path, query, ...])
Call the Redivis API directly, for advanced use cases.
redivis$notebook(name)
Construct a new Notebook instance.
redivis$parameter(name)
Construct a new Parameter instance.
redivis$organization(name)
Construct a new Organization instance.
redivis$query(query)
Execute a SQL query, returning a Query instance.
redivis$table(name)
Construct a new Table instance. This method can only be called if default workflow / dataset is set (this is automatically set within a Redivis notebook to that notebook's workflow).
redivis$transform(name)
Construct a new Transform instance.
redivis$user(name)
Construct a new User instance.
Examples
Was this helpful?

