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
add_participants()
Add participant(s) to a workspace

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
rename_asset()
Rename an asset
delete_asset()
Delete an asset

Document versions

versions()
Get data frame of document versions
rollback_to_version()
Rollback a document to a previous version

Download

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

Upload

upload_file() upload_file_version()
Upload a file
write_data() write_data_version()
Write a data file from R

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

See vignette("two-factor") for more information.

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