I have some data files that I want to distribute with a package I'm creating. I've placed the files in inst/extdata. How and where do I document these files using roxygen2?
I'm still not sure what's best practice, but following rawr's advice this is what I did:
(Ignore this line: Apparently I need some text here so that what's below turns into a code block.)
#' Dataset foo
#'
#' This is a dataset containing stuff.
#'
#' @name raw_datasetName
#'
#' @section datasetName.csv:
#'
#' This data is used in thisFunction().
NULL