Skip to contents

Read a csv or excel file as a tibble. Checks first that the file exists, and that it is a csv or xlsx format.

Usage

read_check_file(x, ...)

Arguments

x

A file path

...

additional parameters to pass to either the readr::read_csv function or readxl::read_excel

Value

tibble dataframe