Read a csv or excel file as a tibble. Checks first that the file exists, and that it is a csv or xlsx format.
read_check_file.Rd
Read a csv or excel file as a tibble. Checks first that the file exists, and that it is a csv or xlsx format.
Arguments
- x
A file path
- ...
additional parameters to pass to either the readr::read_csv function or readxl::read_excel