util_abbreviate {dataquieR} | R Documentation |
Abbreviate snake_case function names to shortened CamelCase
Description
Abbreviate snake_case function names to shortened CamelCase
Usage
util_abbreviate(x)
Arguments
x |
a vector of indicator function names |
Value
abbreviations
See Also
Other process_functions:
util_all_is_integer()
,
util_attach_attr()
,
util_bQuote()
,
util_backtickQuote()
,
util_coord_flip()
,
util_extract_matches()
,
util_par_pmap()
,
util_setup_rstudio_job()
,
util_suppress_output()
[Package dataquieR version 2.5.1 Index]