read_sheets.Rd
This function may be deprecated (read_multsheets() has many improvements over read_sheets) Note: this function was previously read.sheets()
read_sheets(file_name, data_folder, skip_df)
read.sheets(file_name, data_folder, skip_df)
A string of a filename
A string of the path of the folder that contains the file
A data.frame containing the following columns: filename, sheets, and skip, which contain string of filename, string of sheet name, and integer of number of rows to skip, respectively https://stackoverflow.com/questions/60898358/how-can-i-add-the-sheet-name-to-my-data-frame-as-a-variable
Other readin functions:
list_sheetnames()
,
read_excelsheet()
,
read_header()
,
read_multsheets()
,
read_ods_multsheets()