intendo_metadata: Get a data frame with metadata for all datasets

View source: R/intendo_meta.R

intendo_metadataR Documentation

Get a data frame with metadata for all datasets

Description

The intendo_metadata() function provides a data frame containing metadata for datasets in the intendo package.

Usage

intendo_metadata(include = c("all", "perfect", "faulty"))

Arguments

include

Should both perfect and faulty datasets be included in the metadata table? This is the default ("all"), otherwise one can use the "perfect" or "faulty" keywords to get a subset of the metadata table.

Value

A data frame.

Examples


# Obtain metadata on all datasets in the package but
# only those in their 'perfect' form
intendo_metadata(include = "perfect")


rich-iannone/intendo documentation built on March 1, 2024, 11:44 p.m.