xls_folder_read: Reads '.xls' or '.xlsx' files containing 'RAP' data from a...

Description Usage Arguments Value See Also Examples

Description

Reads .xls or .xlsx files containing RAP data from a given directory on disk.

Usage

1

Arguments

my_path

Value

Returns a data frame of format file, sheet, ID, Plate, and mtp which contains the mtp plate objects.

See Also

xls_read

Examples

1
2
3
4
5
6
7
# interactively read a folder
df_mtp <- xls_folder_read()
df_mtp
## NOT RUN
df_mtp <- xls_folder_read("./inst/extdata")
df_mtp
## END NOT RUN

JannikVindeloev/RAPr documentation built on May 7, 2019, 10:21 a.m.