returns a count table of string lengths for a character column. The helper function choose_strlen
filters dataframe for rows containing specific string length for the specified column.
Usage
confirm_strlen(mdb, col)
choose_strlen(cs_output, len)
Arguments
mdb
dataframe
col
unquoted column
cs_output
dataframe. output from confirm_strlen
len
integer vector.
Value
prints a summary and returns a dataframe invisibly
dataframe with original columns, filtered to the specific string length