Skip to contents

List the CSV files in a directory

Usage

list_csvs(folder = NULL, recursive = TRUE)

Arguments

folder

Directory to search. If NULL (default), the current working directory will be used.

recursive

Logical. Whether to search in subfolders. Default is TRUE.

Value

A list with the csv files in the chosen directory.

Examples

if (FALSE) { # \dontrun{
list_csvs()
} # }