R/to_parsed_case_internal.R
to_parsed_case_internal.RdInternal parser, which is relevant for preprocessing, parsing and parsing options
to_parsed_case_internal(string, parsing_option = 1L, numerals, abbreviations, sep_in)
| string | A string. |
|---|---|
| parsing_option | An integer that will determine the parsing option.
|
| numerals | A character specifying the alignment of numerals ( |
| abbreviations | A character string specifying abbreviations that should be marked to be recognized by later parsing. |
| sep_in | A character (regular expression) used to specify input separators. |
A character vector separated by underscores, containing the parsed string.