loadSheets: Load a DataPack from a supplied filepath.

View source: R/loadDataPack.R

loadSheetsR Documentation

Load a DataPack from a supplied filepath.

Description

loadSheets uses readSheet to load data from specified sheets into the DataPack d object for use in further functions.

Usage

loadSheets(d, sheets = NULL)

Arguments

d

Datapackr sidecar object

sheets

Character vector of sheet names to load. The default is NULL which loads all sheets.

Value

DataPack object.

Author(s)

Scott Jackson


pepfar-datim/datapackr documentation built on April 14, 2024, 10:35 p.m.