Description Usage Arguments Value Author(s) See Also Examples
View source: R/trim_final_colon.R
Strips out a trailing colon (if it is present) from each element of a character string. This is to deal with the apparent (but troublesome) fact that glht results from "lmerMod" do not add such a colon, but results from the same function call on a "gam" object do, which was causing errors when they were combined.
1 |
x |
character vector or NULL |
a character vector or NULL
Bill Forrest forrest@gene.com
1 2 3 | strings_with_colons <- c("cat:", "dog", ":")
trimmed_strings <- maeve:::trim_final_colon( strings_with_colons )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.