list_site_files: List relevant files of a site

View source: R/state.R

list_site_filesR Documentation

List relevant files of a site

Description

List all files then exclude some file type unwanted in the output and reorder files to be processed in a specified order

Usage

list_site_files(dir = getwd(), exclude = glob2rx("*.xls|xlsx|csv"))

Arguments

dir

directory containing the website (contains "source")

exclude

character string (regular expression) designating files to exclude from being copied in the destination directory. By default, exclude xls, xlsx and csv files which are usually used to contain data from which the website is generated. Set it to NULL to exclude nothing


jiho/yssr documentation built on Feb. 4, 2023, 7:48 p.m.