gadget_lm: Function Title

Description Usage Arguments

View source: R/gadget_lm.R

Description

Description

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
gadget_lm(
  data,
  xvar,
  yvar,
  theme = "flatly",
  width = "100%",
  css = NULL,
  height = "600px",
  ...
)

Arguments

data

A data.frame object

xvar

Column title (as a character-string) from data to display on the x-axis

yvar

Column title (as a character-string) from data to display on the y-axis

theme

character string naming a color theme bootswatch color theme. Must be one of the themes that can be used in shinythemes::shinytheme()

width

Width of the printed app.

css

Path to a custom css file. If NULL the default css file is used

height

Height of the printed app.

...

Additional options passed to shiny::shinyAppDir()


teachingApps documentation built on July 1, 2020, 5:58 p.m.