powered by
Get or set the user associated with a FeatureSet object. This should not be called directly.
user(object) <- valueuser(object)# S4 method for FeatureSet user(object) <- value# S4 method for FeatureSet user(object)
user(object)
# S4 method for FeatureSet user(object) <- value
# S4 method for FeatureSet user(object)
An object of (super)class ObjFeatureSet.
A character vector serving as the username associated with the plot object in the database.
A modified object of (super)class ObjFeatureSet.
# NOT RUN { mt = datasets::mtcars fs = makeFeatureSet(mt) user(fs) # }
Run the code above in your browser using DataLab