glyparse 0.6.0
New features
- Add a
on_failureparameter to all parser functions. Whenon_failure = "error", the parser will throw an error when it encounters an unparsable string. Whenon_failure = "na", the parser will return NA for unparsable strings. The default is "error", for backwards compatibility.