Description Usage Arguments Value Examples
View source: R/importDataset.R
Imports a dataset into Traitbase.
1 | importDataset(cnx, csvData)
|
cnx |
The connection to traitbase service. |
csvData |
The data in cvs format (string) |
Returns a list of errors if any. valid=(true|false), imported=false
1 2 3 4 | cnx <- connect('http://www.traitbase.info')
fpath <- system.file('extdata', 'sample-error.csv', package='traitbaser')
csvData <- readLines(fpath)
errors <- importDataset(cnx, csvData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.