Skip to contents

Use this function if metadata is located in the same file as the data. Correct specification of the range parameter is key.

Usage

parse_meta_excel(file, range = NULL, ...)

Arguments

file

String, file path.

range

String, the cell range to read from (e.g. "A1:C5"). See read_excel for more details.

...

Additional arguments passed to read_excel.