powered by
Functions for getting, setting, and deleting user file. More information about these API endpoints can be found at here.
get_user_files(ext = "*", path = "")upload_user_files(path)create_user_files_folder(path)delete_user_files(path)delete_user_files_all()
upload_user_files(path)
create_user_files_folder(path)
delete_user_files(path)
delete_user_files_all()
A list from JSON response object or nothing (invisibly).
list
Comma-separated string of file extensions. Default is "*" which returns all files.
"*"
Optional file path. Default is "" (empty) and returns the entire tree of user files.
""
if (FALSE) { use_OpenMpp_local() get_user_files() }
Run the code above in your browser using DataLab