View source: R/to_parsed_case_internal.R
to_parsed_case_internal | R Documentation |
Internal 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.
Malte Grosser, malte.grosser@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.