View source: R/read_excel_raw.R
read_excel_raw | R Documentation |
dmdScheme_raw
objectReads 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
).
read_excel_raw(file, verbose = FALSE, checkVersion = TRUE)
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 |
object of class dmdScheme_raw
read_excel_raw( scheme_path_xlsx() )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.