Description Usage Arguments Details Value See Also Examples
Sample names in eemlist can be altered.
1 | eem_name_replace(eem_list, pattern, replacement)
|
eem_list |
data of class eemlist |
pattern |
character vector containing pattern to look for. |
replacement |
character vector of replacements. Has to have the same length as pattern |
str_replace_all
from package stringr is used for the replacement. Please read the corresponding help for further options.
An eemlist.
1 2 3 4 | eem_names(eem_list)
eem_list <- eem_name_replace(eem_list,"sample","Sample")
eem_names(eem_list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.