View source: R/data_transforms.R
list.string.replacer | R Documentation |
Replace every string entry in a list
list.string.replacer(entry.list, pattern, replacement)
entry.list |
List containing character entries |
pattern |
Pattern to replace |
replacement |
Replacement for entries following the pattern |
A list with entries matching the pattern replaced by replacement
services <- list("\t Some text from the table") services <- epair:::list.string.replacer(services, "\t", "") services
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.