Skip to contents

Retrieve number of rows and number of columns of a data file without reading it in. Additionally, for csv files, it is possible to retrieve the column names. Todo: make column names work for other file types as well.

Usage

retrieve_data_metadata(filepath, verbose = FALSE)

Arguments

filepath

Path to data file

verbose

whether to print number of columns and number of rows.

Value

Column names