Skip to contents

Read all files in a folder and hope for the best

Usage

read_folder(path)

Arguments

path

A folder path.

Value

A list of tibbles.

See also

Other io: read_all_ext()

Examples

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