Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

abbreviation_internal

Internal abbreviation marker, marks abbreviations with an underscore behind. Useful if parsing_option 1 is needed, but some abbreviations need parsing_option 2.


Description

Internal abbreviation marker, marks abbreviations with an underscore behind. Useful if parsing_option 1 is needed, but some abbreviations need parsing_option 2.

Usage

abbreviation_internal(string, abbreviations = NULL)

Arguments

string

A string (for example names of a data frame).

abbreviations

character with (uppercase) abbreviations. This marks abbreviations with an underscore behind (in front of the parsing). Useful if parsing_option 1 is needed, but some abbreviations need parsing_option 2.

Value

A character vector.

Author(s)

Malte Grosser, malte.grosser@gmail.com


snakecase

Convert Strings into any Case

v0.11.0
GPL-3
Authors
Malte Grosser [aut, cre]
Initial release
2019-05-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.