Skip to contents

This function is deprecated and will be removed in future releases. For reading data frames, consider using the `here_read_qs` function.

Usage

here_read_arrow(name)

Arguments

name

Character string specifying the name of the Parquet file to be read.

Examples

if (FALSE) {
my_df <- here_read_arrow("my_dataset")
}