read_excel_raw: Read scheme data from Excel file into 'dmdScheme_raw' object

View source: R/read_excel_raw.R

read_excel_rawR Documentation

Read scheme data from Excel file into dmdScheme_raw object

Description

Reads the data from an Excel file as is and no validation. Only validation of the scheme version and scheme name is done (when checkVersion = TRUE).

Usage

read_excel_raw(file, verbose = FALSE, checkVersion = TRUE)

Arguments

file

the name of the Excel file (.xls or .xlsx) containing the data to be read.

verbose

give verbose progress info. Useful for debugging.

checkVersion

if TRUE, check for version or scheme conflicts between the package scheme version and the scheme version of the file. Aborts with an error if there is a conflict.

Value

object of class dmdScheme_raw

Examples

read_excel_raw( scheme_path_xlsx() )


dmdScheme documentation built on Aug. 22, 2022, 9:06 a.m.