Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit f6e825cf authored by arsenij.ustjanzew's avatar arsenij.ustjanzew
Browse files

export method add_vis-object

parent 6c1ffd72
Branches patch-2
No related tags found
1 merge request!14Export method add_vis-object
Pipeline #123415 passed
......@@ -5,6 +5,8 @@
#' @param package The name of the R package that defines the class(object).
#' @param page The name of the page to add the object to.
#' @param title An optional component title.
#'
#' @export
add_vis_object <- function(dashboard, object, package, page = "default", title = NULL, ...){
sanitised_page <- i2dash:::.create_page_name(page)
if (!(sanitised_page %in% names(dashboard@pages))) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment