import_xls_sheets: Import Excel workbook sheets

Description Usage Arguments Value

Description

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).

Usage

1
import_xls_sheets(range_1L_chr, sheet_names_chr, path_1L_chr)

Arguments

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)

Value

Tibble list (a list of tibbles)


readyforwhatsnext/ready4fun documentation built on Nov. 22, 2020, 9:28 p.m.