parse_field: Generic field parser - can be used for all elg and excel...

View source: R/elg.R

parse_fieldR Documentation

Generic field parser - can be used for all elg and excel parsing

Description

Returns tibble with found column parsed and formatted

Usage

parse_field(df, regex, parse_fun, ...)

Arguments

df

input data frame containing column to format

regex

regular expression to locate column name

parse_fun

function to use in parsing data in function

...

optional arguments to be passed to parse_fun


benharden27/seaprocess documentation built on June 28, 2023, 7:20 p.m.