rm.ml.data.frame: Remove the data of a ml.data.frame object in MarkLogic server...

Description Usage Arguments Value See Also Examples

Description

Removes the data that whas saved to MarkLogic server database using the as.ml.data.frame function. If using a directory parameter it that call the same value needs to be provided for this function. The function will also delete the x object form tne R environment.

Usage

1
rm.ml.data.frame(x, directory = "")

Arguments

x

a ml.data.frame object.

directory

Optional. The directory where the data is stored, needs to start and end with a /.

Value

A ml.data.frame object.

See Also

ml.data.frame, as.ml.data.frame for uploading data, as.data.frame for pulling data

Examples

1
2
3
4
## Not run: 
 rm.ml.data.frame(mlIris)

## End(Not run)

mstellwa/rfml documentation built on May 23, 2019, 8:16 a.m.