Skip to contents

This function only exists inside arrow dplyr queries, and it only is valid when quering on a FileSystemDataset.

Usage

add_filename()

Value

A FieldRef

Expression that refers to the filename augmented column.

Examples

if (FALSE) {
open_dataset("nyc-taxi") %>%
  mutate(file = add_filename())
}