We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2223396 commit 82b8421Copy full SHA for 82b8421
R/nice-names.R
@@ -12,7 +12,7 @@
12
#' @export
13
14
nice_names <- function(x, unique=TRUE) {
15
- x <- gsub('|>', '.result.', x)
+ x <- gsub('\\|>', '.result.', x)
16
x <- gsub('%>%', '.result.', x)
17
x <- gsub('\\(Intercept\\)','Intercept', x)
18
x <- gsub('resample\\(([^\\)]*)\\)','\\1', x)
0 commit comments