Skip to contents

Read all files with specified extension in a folder

Usage

read_all_ext(path, ext)

Arguments

path

A folder path.

ext

A file extension.

Value

A list of tibbles.

See also

Other io: read_folder()

Examples

if (FALSE) { # \dontrun{
  read_all_ext("~/data/", "csv")
} # }