intendo_metadata {intendo} | R Documentation |
The intendo_metadata()
function provides a data frame containing metadata
for datasets in the intendo package.
intendo_metadata(include = c("all", "perfect", "faulty"))
include |
Should both perfect and faulty datasets be included in the
metadata table? This is the default ( |
A data frame.
# Obtain metadata on all datasets in the package but
# only those in their 'perfect' form
intendo_metadata(include = "perfect")