neon_filename_parser {neonstore}R Documentation

NEON filename parser

Description

Parse filenames into their component metadata. See details for definition of each metadata field, or consult the NEON documentation linked below. https://data.neonscience.org/file-naming-conventions

Usage

neon_filename_parser(x)

Arguments

x

vector of NEON filenames

Details

Metadata components:

AOP Products Only (Airborne Observation Platform):

Value

a data frame in which filenames have been split into metadata components. Column names indicate the metadata field code, see details section for complete descriptions.

References

https://data.neonscience.org/file-naming-conventions


[Package neonstore version 0.5.1 Index]