Description Usage Arguments Value
View source: R/ExportAndPlot.R
Export data from seed object
1 2 3 4 5 6 7 | exportSeed(
seed,
file = NULL,
dataType = c("retain", "dropped", "traits", "measures"),
extension = ".csv",
sep = ","
)
|
seed |
a seed object |
file |
filename to be used - note that this should only be the first part of the file name as extenssion will be added seperately |
dataType |
character string describing which data to export. "retain","dropped","traits","measures" |
extension |
file extension to be used |
sep |
data seperator |
Create files in specified directory containing extracted data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.