R/get_gcaer_filenames.R

Defines functions get_gcaer_filenames

Documented in get_gcaer_filenames

#' Get the full paths to all gcaer files
#' @return the full paths to all gcaer files
#' @examples
#' get_gcaer_filenames()
#' @author Richèl J.C. Bilderbeek
#' @export
get_gcaer_filenames <- function(
) {
  list.files(
    system.file("extdata", package = "gcaer"),
    full.names = TRUE
  )
}
richelbilderbeek/gcaer documentation built on March 25, 2024, 3:08 p.m.