View source: R/nameExtractor.R
datasetNameExtractor | R Documentation |
Extract data.frame name from a list of data.frames, if no name is given in the list, it will be renamed as "dataset_no.index"
datasetNameExtractor(dataset)
dataset |
A list of data sets |
A vector of strings of dataset name
dataset = list(
x = matrix(c(1 : 4), nrow = 2),
y = matrix(c(1 : 4), nrow = 2))
datasetNameExtractor(dataset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.