Skip to content

glyparse 0.6.0

Choose a tag to compare

@fubin1999 fubin1999 released this 29 Apr 07:11

New features

  • Add a on_failure parameter to all parser functions. When on_failure = "error", the parser will throw an error when it encounters an unparsable string. When on_failure = "na", the parser will return NA for unparsable strings. The default is "error", for backwards compatibility.