View source: R/data_transforms.R
list.remove.escapes.spaces | R Documentation |
Remove tabs, new lines, and empty spaces from entries in a list
list.remove.escapes.spaces(a.list)
a.list |
List to remove entries from. |
A list 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_list <- list("service" = service, "description" = description) clean <- epair:::remove.escapes.spaces(og_list) clean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.