x <- validate(dmdScheme_raw())
## default printout as list
x
## the same as
print(x, type = "default")
## the summary
print(x, type = "summary")
## and the details
print(x, type = "details")
## can be used in a Rmd file like:
# ```{r, results = "asis"}
# print(result, level = 2, listLevel = 20, type = "summary")
# ```
Run the code above in your browser using DataLab