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 = ".")A tibble with columns name and has_doc.
if (FALSE) { # \dontrun{
audit_dataset_doc(".")
} # }