rfml (version 0.1.0)

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

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

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

Run this code
## Not run: 
#  rm.ml.data.frame(mlIris)
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace