read_sheets: Read in sheets

View source: R/read_files_fns.R

read_sheetsR Documentation

Read in sheets

Description

This function may be deprecated (read_multsheets() has many improvements over read_sheets) Note: this function was previously read.sheets()

Usage

read_sheets(file_name, data_folder, skip_df)

read.sheets(file_name, data_folder, skip_df)

Arguments

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

See Also

Other readin functions: list_sheetnames(), read_excelsheet(), read_header(), read_multsheets(), read_ods_multsheets()


IdahoAgStats/facthelpeR documentation built on Jan. 29, 2024, 9:22 a.m.