#' List files from the "NEW" subdirectory for a directory
#' @param dir_name folder that contains the "NEW" subdirectory
#' @param ... arguments passed to base::list.files()
#' @export
get_new_fns <-
function(dir_name, ...) {
list.files(paste0(dir_name, "/NEW"), ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.