create_folder {previsionio} | R Documentation |
Upload folder from a local file.
Description
Upload folder from a local file.
Usage
create_folder(project_id, folder_name, file)
Arguments
project_id |
id of the project, can be obtained with get_projects(). |
folder_name |
given name of the folder on the platform. |
file |
path to the folder. |
Value
list - parsed content of the folder.
[Package previsionio version 11.7.0 Index]