read_excel: read excel workbooks in to R

Description Usage Arguments Value

View source: R/read_excel.R

Description

read excel workbooks in to R

Usage

1
read_excel(file_names_df, reqd_sheets)

Arguments

file_names_df

data.frame containing the directories of files you'd like to read

reqd_sheets

string vector with the names of the worksheets to read in

Value

tbl_df with file_name and raw_excel_data as a nested named list where the list is indexed by the sheet name specified in reqd_sheets


ces0491/excelsioR documentation built on July 19, 2021, 8:47 a.m.