library(sass)
# Please add other packages here...
# Set up the report theme based on shinysurveys' appearance. The 'color'
# argument is the default theme color for shinysurveys. If you change that in
# the 'app.R' file, please update the color here, too.
sass(
  list(color = "#63B8FF",
    list(
      sass_file("report.scss")
      )
    )
  )

This is the data for a person with id r params$person:

params$survey_responses

Please update this RMarkdown file with the analysis you would like to use for the {{ survey_name }} report.

This is a Section Header {.section-header}

::: {.section-body}

::: {.section-callout}

This is a section call-out.

:::

This is regular text...

::: {.body-box}

This is text in a box!

:::

:::



jdtrat/responsematch documentation built on Sept. 15, 2022, 6:19 a.m.