Import data from excel file

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

  • extra_design: Extra columns in the experiment design.

  • tz: The time zone for the hourly climates.

Value

No return values