Learn R Programming

trackr (version 0.10.7)

user<-: Accessors for the "user" of FeatureSet objects

Description

Get or set the user associated with a FeatureSet object. This should not be called directly.

Usage

user(object) <- value

user(object)

# S4 method for FeatureSet user(object) <- value

# S4 method for FeatureSet user(object)

Arguments

object

An object of (super)class ObjFeatureSet.

value

A character vector serving as the username associated with the plot object in the database.

Value

A modified object of (super)class ObjFeatureSet.

Examples

Run this code
# NOT RUN {
mt = datasets::mtcars
fs = makeFeatureSet(mt)
user(fs)
# }

Run the code above in your browser using DataLab