Import data from excel file
dbImportXLSX(con, xlsx, ignore_genotype = TRUE, ignore_trait = TRUE, ...)
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
|
No return values