powered by
Clean data when there is some excessive long text on a column.
clean(data, column = "chord", long = 15, message = TRUE)
a data.frame.
string. The column by which we want to make the cleaning.
numeric. The longest string we wish exists on our
logical. Should the function print how many lines were removed?
A database, with the text cleaning done.
# NOT RUN { { # } # NOT RUN { data("caetano") clean(data = caetano, column = "chord", long = 15, message = TRUE) # } # NOT RUN { } # }
Run the code above in your browser using DataLab