section_html: Render a section of form questions from a dataframe for HTML...

Description Usage Arguments

View source: R/ppaGForm.R

Description

Render a section of form questions from a dataframe for HTML forms If using a markdown document, need to set chunk results to results='asis'

Usage

1
section_html(data = g_questions, section_, css_margin = "margin:1pc 0 1pc 0;")

Arguments

data

the data to be used. Most often a spreadsheet with sections, id, labels, questions, and responses

section_

the section to be processed into shiny inputs

css_margin

= css applied to div of class 'type' which defaults to a top and bottom margin of 1pc, but can be anything.


kent-orr/ppaGForm documentation built on Dec. 15, 2020, 6:30 p.m.