Skip to content
Snippets Groups Projects

Additions in vignette

Merged arsenij.ustjanzew requested to merge vignette2 into master
11 files
+ 197
51
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 19
1
@@ -45,4 +45,22 @@ setGeneric("theme<-", function(dashboard, value) standardGeneric("theme<-"))
@@ -45,4 +45,22 @@ setGeneric("theme<-", function(dashboard, value) standardGeneric("theme<-"))
setGeneric("datadir", function(dashboard) standardGeneric("datadir"))
setGeneric("datadir", function(dashboard) standardGeneric("datadir"))
#' @export
#' @export
setGeneric("datadir<-", function(dashboard, value) standardGeneric("datadir<-"))
setGeneric("datadir<-", function(dashboard, value) standardGeneric("datadir<-"))
\ No newline at end of file
 
#' @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