dbImportXLSX {expDB} | R Documentation |
Import data from excel file
Description
Import data from excel file
Usage
dbImportXLSX(con, xlsx, ignore_genotype = TRUE, ignore_trait = TRUE, ...)
Arguments
con |
a connection object as produced by dbConnect |
xlsx |
The path to excel file |
ignore_genotype |
Ignore genotype tables when importing |
ignore_trait |
Ignore trait table when importing |
... |
Other arguments. Supported arguments include
|
Value
No return values
[Package expDB version 0.1.0 Index]