View source: R/read_files_fns.R
read_sheets | R Documentation |
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)
file_name |
A string of a filename |
data_folder |
A string of the path of the folder that contains the file |
skip_df |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.