rmd_checkbox: Add checkbox

Description Usage Arguments

Description

Add checkbox

Usage

1
2
rmd_checkbox(choices, selected = NULL, label = NULL, inline = T,
  label_inline = T, format = "latex")

Arguments

choices

A character vector for all the choices

selected

A numeric vector for the index of all selected/checked items.

label

Text string for label row. Default NULL.

inline

T/F for whether choices should be aligned inline. Default T.

label_inline

T/F for whether the label row should be placed inline with the choices. Default T.

format

"latex" or "html". Controlled by global option rmdWidgets.format


hebrewseniorlife/rmdWidgets documentation built on May 9, 2019, 5:02 a.m.