read_excel | R Documentation |
dmdSchemeSet
objectReads the data from an Excel file. Validation of the scheme version and
scheme name is always done. Additional validations are done depending on the
arguments validate
. See detals below.
read_excel( file, keepData = TRUE, verbose = FALSE, raw = FALSE, validate = TRUE )
file |
the name of the Excel file (.xls or .xlsx) containing the data to be read. |
keepData |
if |
verbose |
give verbose progress info. Useful for debugging. |
raw |
if |
validate |
if |
either if raw = TRUE
a list of data.frames from the worksheets of
Class dmdScheme_raw
, otherwise an object of class
dmdSchemeSet
fn <- scheme_path_xlsx() read_excel( file = fn ) read_excel( file = fn, raw = TRUE )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.