to_parsed_case_internal {snakecase} | R Documentation |
Internal parser, which is relevant for preprocessing, parsing and parsing options
Description
Internal parser, which is relevant for preprocessing, parsing and parsing options
Usage
to_parsed_case_internal(string, parsing_option = 1L, numerals,
abbreviations, sep_in)
Arguments
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. |
Value
A character vector separated by underscores, containing the parsed string.
Author(s)
Malte Grosser, malte.grosser@gmail.com