Lists every dataset under data/ and reports whether a roxygen documentation file is found in R/. CRAN raises a NOTE for undocumented datasets.

audit_dataset_doc(pkg = ".")

Arguments

pkg

Path to the package to audit.

Value

A tibble with columns name and has_doc.

See also

Examples

if (FALSE) { # \dontrun{
audit_dataset_doc(".")
} # }