This function lists the index files in the specified directory.
Usage
list_index(dir = "index", full_path = FALSE)
Arguments
- dir
Name of the directory, defaults to "index"
- full_path
If TRUE, returns the full path to the index files.
Value
A character vector containing the names of the index files found in
the specified directory.
Examples
if (FALSE) {
list_index()
}