read_xlsx: Read in an Excel document for various extractions

Description Usage Arguments Examples

Description

Local file path or URL pointing to a .xlsx file.

Usage

1
read_xlsx(path)

Arguments

path

path to the Excel (xlsx) document

Examples

1
2
doc <- read_xlsx(system.file("extdata/wb.xlsx", package="xlsxtractr"))
class(doc)

hrbrmstr/xlsxtractr documentation built on May 17, 2019, 5:54 p.m.