Skip to content
Snippets Groups Projects

Navbar items

Merged arsenij.ustjanzew requested to merge navbar_items into master
12 files
+ 133
145
Compare changes
  • Side-by-side
  • Inline
Files
12
+ 6
3
@@ -54,10 +54,13 @@ setGeneric("social_links", function(dashboard) standardGeneric("social_links"))
@@ -54,10 +54,13 @@ setGeneric("social_links", function(dashboard) standardGeneric("social_links"))
setGeneric("social_links<-", function(dashboard, value) standardGeneric("social_links<-"))
setGeneric("social_links<-", function(dashboard, value) standardGeneric("social_links<-"))
#' @export
#' @export
setGeneric("source_code", function(dashboard) standardGeneric("source_code"))
setGeneric("embed_source<-", function(dashboard, value) standardGeneric("embed_source<-"))
#' @export
#' @export
setGeneric("source_code<-", function(dashboard, value) standardGeneric("source_code<-"))
setGeneric("source", function(dashboard) standardGeneric("source"))
#' @export
#' @export
setGeneric("add_to_navbar", function(dashboard, ...) standardGeneric("add_to_navbar"))
setGeneric("source<-", function(dashboard, value) standardGeneric("source<-"))
\ No newline at end of file
 
#' @export
 
setGeneric("add_link", function(dashboard, ...) standardGeneric("add_link"))
 
\ No newline at end of file
Loading