redivis
namespace Redivis
The redivis namespace, available via loadNamespace("redivis")
. Through this namespace and its methods, you can create, update, query, and read from various resources on Redivis.
Methods
Construct a reference to the current notebook. Can only be called within a Redivis notebook.
redivis::file
(file_id)
Construct a new File instance.
redivis::organization
(user_name)
Construct a new Organization instance.
redivis::query
(query_string)
Execute a SQL query, returning a Query instance.
redivis::table
(table_reference)
Construct a new Table instance. This method can only be called if default project / dataset is set (this is automatically set within a Redivis notebook to that notebook's project).
redivis::user
(user_name)
Construct a new User instance.
Examples
Last updated