importFeatureSets | R Documentation |
This function attempts to upload one or more
hiveFeatureSetEntity
records from a file to a GeneHive.
importFeatureSets( filename, featureSpace, ..., na.rm = TRUE, .permissions = getOption("GeneHive.permissions"), con = hiveConnection(), verbose = getOption("GeneHive.verbose") )
filename |
A character string specifying the full path to a file containing one or more FeatureSets |
featureSpace |
An optional character string or |
... |
Optional arguments to |
na.rm |
A logical value specifying how to deal with features with NA values:
if |
.permissions |
A |
con |
A |
verbose |
A logical value specifying whether messages should be printed |
If the operation is successful, the function invisibly returns a
hiveEntityList
object containing one or more
FeatureSet objects;
otherwise, the function terminates with an error message.
Adam C. Gower agower@bu.edu
This function is a wrapper for the qread
function.
Its converse is exportFeatureSets
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.