Learn R Programming

openmpp (version 0.0.1)

get_user_files: 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()

Value

A list from JSON response object or nothing (invisibly).

Arguments

ext

Comma-separated string of file extensions. Default is "*" which returns all files.

path

Optional file path. Default is "" (empty) and returns the entire tree of user files.

Examples

Run this code
if (FALSE) {
use_OpenMpp_local()
get_user_files()
}


Run the code above in your browser using DataLab