View source: R/data_transforms.R
remove.escapes.spaces | R Documentation |
Remove tabs, new lines, and empty spaces from entries in a data frame
remove.escapes.spaces(df)
df |
Data frame to remove tabs, new lines, and empty spaces from |
Data frame without tabs, new lines, and empty spaces
service <- c("Sign up") description <- c("Email will\r\n\t\t\t\t\t\t\t be sent to the registered address from aqsdatamart@epa.gov.") og.df <- data.frame(service, description) clean.df <- epair:::remove.escapes.spaces(og.df) clean.df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.