EVOLUTION-MANAGER
Edit File: to_parsed_case_internal.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Internal parser, which is relevant for preprocessing, parsing...</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for to_parsed_case_internal {snakecase}"><tr><td>to_parsed_case_internal {snakecase}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Internal parser, which is relevant for preprocessing, parsing and parsing options</h2> <h3>Description</h3> <p>Internal parser, which is relevant for preprocessing, parsing and parsing options </p> <h3>Usage</h3> <pre> to_parsed_case_internal(string, parsing_option = 1L, numerals, abbreviations, sep_in) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>string</code></td> <td> <p>A string.</p> </td></tr> <tr valign="top"><td><code>parsing_option</code></td> <td> <p>An integer that will determine the parsing option. </p> <ul> <li><p>1: <code>RRRStudio -> RRR_Studio</code> </p> </li> <li><p>2: <code>RRRStudio -> RRRS_tudio</code> </p> </li> <li><p>3: parses like option 1 but suppresses "_" around non alpha-numeric characters. In this way this option suppresses splits and resulting case conversion after these characters. </p> </li> <li><p>any other integer <= 0: no parsing" </p> </li></ul> </td></tr> <tr valign="top"><td><code>numerals</code></td> <td> <p>A character specifying the alignment of numerals (<code>"middle"</code>, <code>left</code>, <code>right</code> or <code>asis</code>). I.e. <code>numerals = "left"</code> ensures that no output separator is in front of a digit.</p> </td></tr> <tr valign="top"><td><code>abbreviations</code></td> <td> <p>A character string specifying abbreviations that should be marked to be recognized by later parsing.</p> </td></tr> <tr valign="top"><td><code>sep_in</code></td> <td> <p>A character (regular expression) used to specify input separators.</p> </td></tr> </table> <h3>Value</h3> <p>A character vector separated by underscores, containing the parsed string. </p> <h3>Author(s)</h3> <p>Malte Grosser, <a href="mailto:malte.grosser@gmail.com">malte.grosser@gmail.com</a> </p> <hr /><div style="text-align: center;">[Package <em>snakecase</em> version 0.11.0 <a href="00Index.html">Index</a>]</div> </body></html>