Table
class Table
Tables are the fundamental data-containing entity in Redivis. Various methods on this class allow you to read data from Redivis tables into R.
Examples
Constructors
Attributes
properties
Methods
Reading data and metadata
Export a table in a particular format and download it to disk.
Download all files represented in a file index table to a local directory.
Check whether the table exists
Fetch table metadata. Once called, the properties
field on the table will be fully populated.
Uploading and modifying data
Create a table within a dataset if it doesn't already exist. Table must belong to an unreleased version of the dataset.
Delete a table belonging to an unreleased version of a dataset.
Update properties on the table (name, description).
Last updated
Was this helpful?