parse_string.Rd
This function similar to regexp2df
, but accepts both
strings and functions as values of argument pattern
.
parse_string(x, pattern, ignore.case = FALSE, ...)
A string to be parsed
Either a string with regular expression or a function.
A logical parameter to be passed to regexp2df
.
further parameters to be passed to regexp2df
.
A data frame with parsed information.