Skip to contents

Create Folders

Use these functions to create root folders and sub folders in an Integral repository.

create_root_folder()
Create root folder inside a repository
create_subfolder()
Create subfolder inside an existing folder
get_folder_types()
Get folder types
get_folder_type_attributes()
Get folder type attributes
get_folder_type_values()
Get folder type values

Retrieve Contents

Use these functions to retrieve information about the contents of an Integral repository.

get_root_folders()
Get list of root folders from a repository
get_children_of_folder()
Retrieve children of a specific folder

Download

Use these functions to download files or directly import data located in an Integral repository into your R environment.

integral_download()
Download a file from an Integral repository
integral_read()
Read a file from an Integral repository using a specified function

Upload

Use these functions to upload files or directly write data located in an Integral repository from your R environment.

integral_upload()
Upload a file to an Integral repository
integral_write()
Write a file from the R environment to an Integral repository using a specified function

Savepoint

Use these functions to create and modify savepoints in an Integral repository.

create_savepoint()
Create a new savepoint
update_savepoint()
Update an existing savepoint

Use these functions to obtain information associatied with repositories and folders configured with your Integral account.

print(<integral_folder_types>)
Print integral_folder_types
print(<integral_folder_type_attributes>)
Print integral_folder_type_attributes
print(<integral_folder_type_values>)
Print integral_folder_type_values
print(<integral_root_folders>)
Print get_root_folders
print(<integral_children>)
Print get_children_of_folder