R/files.R

Defines functions find_r_files

find_r_files <- function() {
  dir(path = "R", pattern = "[.][rR]$", recursive = TRUE, full.names = TRUE)
}

Try the roxygen2md package in your browser

Any scripts or data that you put into this service are public.

roxygen2md documentation built on May 29, 2024, 2:06 a.m.