Description Usage Arguments Value
import_xls_sheets() is an Import function that reads a data object in its native format and converts it to an R object. Specifically, this function implements an algorithm to import excel workbook sheets. The function returns Tibble list (a list of tibbles).
1 | import_xls_sheets(range_1L_chr, sheet_names_chr, path_1L_chr)
|
range_1L_chr |
Range (a character vector of length one) |
sheet_names_chr |
Sheet names (a character vector) |
path_1L_chr |
Path (a character vector of length one) |
Tibble list (a list of tibbles)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.