get_user_files {openmpp} | R Documentation |
Manage OpenM++ User Files
Description
Functions for getting, setting, and deleting user file. More information about these API endpoints can be found at here.
Usage
get_user_files(ext = "*", path = "")
upload_user_files(path)
create_user_files_folder(path)
delete_user_files(path)
delete_user_files_all()
Arguments
ext |
Comma-separated string of file extensions. Default is |
path |
Optional file path. Default is |
Value
A list
from JSON response object or nothing (invisibly).
Examples
## Not run:
use_OpenMpp_local()
get_user_files()
## End(Not run)
[Package openmpp version 0.0.1 Index]