Description
gadget_lm(
data,
xvar,
yvar,
theme = "flatly",
width = "100%",
css = NULL,
height = "600px",
...
)
A data.frame
object
Column title (as a character
-string) from data
to display on the x-axis
Column title (as a character
-string) from data
to display on the y-axis
character
string naming a color theme bootswatch color theme. Must be one of the themes that can be used in shinythemes::shinytheme()
Width of the printed app.
Path to a custom css file. If NULL
the default css file is used
Height of the printed app.
Additional options passed to shiny::shinyAppDir()