exportFeatureSets | R Documentation |
This function attempts to write one or more
hiveFeatureSetEntity
objects to a file.
exportFeatureSets(object, filename)
object |
A |
filename |
A character string specifying the full path to an output file |
If the operation is successful, the function writes the FeatureSet(s)
to the file specified by filename
; otherwise, the function terminates
with an error message.
Adam C. Gower agower@bu.edu
This function is a wrapper for the qwrite
function.
Its converse is importFeatureSets
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.