xl_list: Import excel files from a directory into a list.

Description Usage Arguments Examples

Description

Import excel files from a directory into a list.

Usage

1
2
3
xl_list(path)

xl_list(path)

Arguments

path

String; the path to a directory containing the files to read (all must be of appropriate format; see examples).

...

Arguments passed to the reader function.

Examples

1
2
3
4
path_xl <- misc_example("xl")
path_xl
dir(path_xl)
xl_list(path_xl)

forestgeo/fgeo.misc documentation built on June 23, 2019, 6:26 p.m.