# NOT RUN {
df <- data.frame(
location = " glasgow ", occupation = "wine merchant",
stringsAsFactors = FALSE
)
df <- utils_squish_all_columns(df)
# }
# NOT RUN {
df <- data.frame(
location = " glasgow ", occupation = "wine merchant",
stringsAsFactors = FALSE
)
df <- utils_squish_all_columns(df)
# }
Run the code above in your browser using DataLab