# NOT RUN {
## validata an Excel file containing the metadata
validate(
x = scheme_path_xlsx()
)
## validate a `dmdScheme_raw object`
validate(
x = dmdScheme_raw()
)
## use `read_raw()` to read an Excel spreadsheet into a `dmdScheme_raw` object
x <- read_excel_raw( scheme_path_xlsx() )
validate( x = x )
# }
Run the code above in your browser using DataLab