Skip to content

Commit

Permalink
Renaming cookie script function
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby committed Feb 12, 2024
1 parent f70c63f commit 1650f74
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

export(cookieBannerServer)
export(cookieBannerUI)
export(cookieHeaderUI)
export(cookie_script)
export(support_panel)
export(tidy_code)
6 changes: 3 additions & 3 deletions R/cookies.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#' cookieHeaderUI
#' cookie_script
#'
#' @return tags$head()
#' @export
#'
#' @examples
#' cookieHeaderUI()
cookieHeaderUI <- function() {
#' dfe_cookie_load_script()
cookie_script <- function() {
tags$head(

Check warning

Code scanning / lintr

no visible binding for global variable 'tags' Warning

no visible binding for global variable 'tags'

Check warning

Code scanning / lintr

no visible binding for global variable 'tags' Warning

no visible binding for global variable 'tags'

Check warning

Code scanning / lintr

no visible binding for global variable 'tags' Warning

no visible binding for global variable 'tags'
tags$script(
src = paste0(
Expand Down
12 changes: 6 additions & 6 deletions man/cookieHeaderUI.Rd → man/cookie_script.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1650f74

Please sign in to comment.