🐍🐍🐍 A systematic approach to parse strings and automate the conversion to snake_case, UpperCamelCase or any other case.
GNU General Public License v3.0
147
stars
9
forks
source link
Fix behaviour for special Input #162
Closed
Tazinho closed 5 years ago
Orientate on stringr pkg.
Specify behaviour for:
different data structures (atomic, list, data.frame, matrix, array)
different types / classes (character, int/double, factor, logical, ...)
different special input
NULL
,NA
,Inf
,NaN
,character(0)
,integer(0)
, ...,vector(mode = "list", 0L)
, ...Also provide "tidy" error messages.
Provide tests
document.