Skip to content
Snippets Groups Projects

Navbar items

Merged arsenij.ustjanzew requested to merge navbar_items into master
Files
10
+ 16
1
@@ -45,4 +45,19 @@ setGeneric("theme<-", function(dashboard, value) standardGeneric("theme<-"))
setGeneric("datadir", function(dashboard) standardGeneric("datadir"))
#' @export
setGeneric("datadir<-", function(dashboard, value) standardGeneric("datadir<-"))
\ No newline at end of file
setGeneric("datadir<-", function(dashboard, value) standardGeneric("datadir<-"))
#' @export
setGeneric("social_links", function(dashboard) standardGeneric("social_links"))
#' @export
setGeneric("social_links<-", function(dashboard, value) standardGeneric("social_links<-"))
#' @export
setGeneric("source_code", function(dashboard) standardGeneric("source_code"))
#' @export
setGeneric("source_code<-", function(dashboard, value) standardGeneric("source_code<-"))
#' @export
setGeneric("add_to_navbar", function(dashboard, ...) standardGeneric("add_to_navbar"))
\ No newline at end of file
Loading