Nothing
Code
build_table(mtcars, not_a_col)
Condition
Error in `build_table()`:
! Can't select columns that don't exist.
x Column `not_a_col` doesn't exist.
Code
build_table(mtcars, "not_a_col")
Condition
Error in `build_table()`:
! Can't select columns that don't exist.
x Column `not_a_col` doesn't exist.
Code
build_table(mtcars, c(mpg, not_a_col))
Condition
Error in `build_table()`:
! Can't select columns that don't exist.
x Column `not_a_col` doesn't exist.
Code
build_table(df, "Q1_1", table_title = "Test", use_questions = TRUE, footnote = "A footnote")
Condition
Error in `build_table()`:
x You can't specify `use_question = TRUE` and have a footnote.
i Either set `use_question = FALSE` or do not have a footnote.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.