import_xls_sheets: Import Excel workbook sheets

import_xls_sheetsR Documentation

Import Excel workbook sheets

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

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)


ready4-dev/ready4fun documentation built on April 22, 2024, 8:33 a.m.