read_xlreturns: Read spreadsheet data from Excel files

Description Usage Arguments Examples

Description

Read spreadsheet data from Excel files

Usage

1
read_xlreturns(path, ..., keep_all = FALSE)

Arguments

path

Path to the xlsx file.

...

Further arguments to tidyxl::xlsx_cells()

keep_all

Keep all variables returned by tidyxl::xlsx_cells(), instead of only those typically needed. (See keep_minimal().)

Examples

1
2
path = spreadsheet_example('wisconsin')
d = read_xlreturns(path)

MEDSL/medslcleaner documentation built on May 31, 2019, 7:39 a.m.