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()Examples
if (FALSE) { # \dontrun{
use_OpenMpp_local()
get_user_files()
} # }