Skip to content
Snippets Groups Projects
Commit ad1c2e60 authored by jens.preussner's avatar jens.preussner :ghost:
Browse files

Added missing brackets

parent 6582f759
No related branches found
No related tags found
No related merge requests found
Pipeline #153096 failed
......@@ -61,5 +61,5 @@ setMethod("remove_page", "i2dashboard", function(dashboard, page) {
#' @return A sanitized string.
.create_page_name <- function(x) {
. = NULL # workaround for R CMD check note: no visible binding for global variable '.'
x %>% tolower %>% gsub(x = ., pattern = " ", replacement = "_") %>% make.names %>% return
x %>% tolower %>% gsub(x = ., pattern = " ", replacement = "_") %>% make.names %>% return()
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment