Skip to contents

Retrieves a list of all .CSV files in the specified directory.

Usage

get_files_in_path(data_path)

Arguments

data_path

Character string specifying the directory path to search.

Value

A character vector of file paths for .CSV files in the directory.

Examples

get_files_in_path("data/")
#> character(0)