Skip to content
Snippets Groups Projects

Additions in vignette

Merged arsenij.ustjanzew requested to merge vignette2 into master
Files
11
+ 19
1
@@ -45,4 +45,22 @@ 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("embed_source<-", function(dashboard, value) standardGeneric("embed_source<-"))
#' @export
setGeneric("source", function(dashboard) standardGeneric("source"))
#' @export
setGeneric("source<-", function(dashboard, value) standardGeneric("source<-"))
#' @export
setGeneric("add_link", function(dashboard, ...) standardGeneric("add_link"))
\ No newline at end of file
Loading