organization: organization

View source: R/index.R

organizationR Documentation

organization

Description

Reference organization-owned resources on Redivis

Usage

organization(name)

Arguments

name

The organization's username

Value

class<user>

Examples

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()

redivis/redivis-r documentation built on June 1, 2025, 2:11 p.m.