opal.file_rm: Remove a file

Description Usage Arguments Examples

Description

Remove a file or a folder from the Opal file system

Usage

1
opal.file_rm(opal, path)

Arguments

opal

Opal object.

path

Path to the file in the Opal file system.

Examples

1
2
3
4
5
6
7
8
## Not run: 
# remove a file
opal.file_rm(o, '/home/administrator/export/some-data.csv')

# remove recursively a folder
opal.file_rm(o, '/home/administrator/export')

## End(Not run)

datashield/opal documentation built on May 14, 2019, 7:53 p.m.