dp_vis: function for visualization

Description Usage Arguments

View source: R/dp_vis.R

Description

function for visualization

Usage

1
2
dp_vis(dp, link = NULL, align_var = TRUE, text_var = TRUE,
  aggregate_function = NULL, ..., width = "100%", height = "400px")

Arguments

dp

an object of type diffrproject

link

which link to produce vis for

align_var

either a character vector of variable names or TRUE for all

text_var

either a character vector of variable names or TRUE for all

aggregate_function

a function able to resolve conflicts if for a specific variable for a token of text severla values exist, if NULL it defaults to modus() but could also be e.g. paste or something alike

...

further arguments passed through to aggregate_function

width

width of widget

height

heigth of widget


diffrprojectswidget documentation built on May 2, 2019, 5:10 a.m.