read_xl: Read excel file

Description Usage Arguments

Description

Read excel file

Usage

1
2
3
read_xl(xl_file, sheets = c("LEGENDE", "TACHES", "CEJOUR", "PLANS",
  "PLANSNOTE"), col_dates = c("REUNION", "ECHEANCE", "REALISATION", "DATE"),
  origin = "1899-12-30", ...)

Arguments

xl_file

string. path to the file

sheets

character or integer vector. mandatory sheets to be read

col_dates

character vector. date column names

origin

a Date object, or something which can be coerced by as.Date(origin) to such an object.

...

further arguments to pass to read.xlsx


adrtod/bastiR documentation built on May 10, 2019, 5:59 a.m.