df_to_alphanumeric_lowercase: set string to lower case and replace everything that is not...

Description Usage Arguments Value

Description

set string to lower case and replace everything that is not alphanumeric or underscore by a dot "."

Usage

1
2
df_to_alphanumeric_lowercase(x, convert_content = T,
  convert.colnames = T)

Arguments

x

a dataframe containing strings or vectors to be converted

convert.colnames

T/F on whether column names should be converted to lowercase. Defaults to True

Value

vector of strings with characters replaced


misizsembes/NGA_H2R_TOOL_v2_June2019 documentation built on Nov. 4, 2019, 6:56 p.m.