Skip to contents
objr()
Core request function
my_user_id()
Get user ID for current authenticated user

Workspaces

Workspaces are the containers that connect a collection of documents and folders (Assets) with a collection of Users (Participants)

workspaces()
Get workspaces the current user is a member of
participants()
Get data frame of workspace participants

Assets

Assets represent Documents and Folders that are added to Workspaces

assets()
Get data frame of assets in workspace
asset_info()
Get asset information
create_folder()
Create a new folder
delete_asset()
Delete an asset

Download

download_file()
Download a file and save to disk
read_data()
Read a data file into R

Upload

upload_file()
Upload a file to create a new document
upload_file_version()
Upload a file to create a new document version
write_data()
Write a data file from R to create a new document
write_data_version()
Write a data file from R to create a new document version

Comments

View comments and create new threads and replies in workspaces

comments()
Get comments for workspaces of current user
new_thread()
Create a new thread
new_reply()
Create a new reply to a thread

Two-factor authentication

allow_bypass_2fa()
Allow/disallow bypassing of two-factor authentication for workgroup
participant_bypass_2fa()
Allow/disallow bypassing of two-factor authentication for workspace participant