addFilename {neonUtilities}R Documentation

Add column to data containing name of file

Description

In arrow data retrieval, add file name column to tables. Replicated from https://github.com/apache/arrow/blob/main/r/R/dplyr-funcs-augmented.R because add_filename() is unexported in arrow.

Usage

addFilename()

Value

A 'FieldRef' Expression that refers to the filename augmented column.

Author(s)

Claire Lunch clunch@battelleecology.org

References

License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007


[Package neonUtilities version 3.0.0 Index]