jhelvy / surveydown

An attempt to build a markdown-based survey platform using Quarto & Shiny
12 stars 1 forks source link

Skip revisions #4

Closed jhelvy closed 1 month ago

jhelvy commented 1 month ago

Revised how the show_if and skip_if logic is handled. It now uses a simple data frame input, while retaining the option for more complex logic with the additions of the skip_if_complex and show_if_complex arguments.