dbImportXLSX: Import data from excel file

Description Usage Arguments Value

View source: R/expdb_import.R

Description

Import data from excel file

Usage

1
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


expDB documentation built on Oct. 9, 2021, 1:07 a.m.