getName | R Documentation |
The name slot holds the name of the dataset
getName(object)
## S4 method for signature 'BSFDataSet'
getName(object)
object |
a |
returns the name of the dataset
BSFDataSet
# load data
files <- system.file("extdata", package="BindingSiteFinder")
load(list.files(files, pattern = ".rda$", full.names = TRUE))
getName(bds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.