
Package index
-
sd_db_config() - Configure database settings
-
sd_db_connect() - Connect to database
-
sd_get_data() - Fetch data from a database table with automatic reactivity detection
-
sd_show_if() - Define show conditions for survey questions and pages
-
sd_skip_if() - Define skip conditions for survey pages
-
sd_stop_if() - Define stop conditions for survey questions
-
sd_server() - Server logic for a surveydown survey
-
sd_store_value() - Store a value in the survey data
-
sd_copy_value() - Create a copy of a value
-
sd_reactive() - Create a reactive value that is also stored in survey data
-
sd_get_url_pars() - Get URL Parameters in a 'shiny' Application
-
sd_is_answered() - Check if a question is answered
-
sd_question() - Create a survey question
-
sd_question_custom() - Create a Custom Question with a Shiny Widget
-
sd_next() - Create a 'Next' Button for Page Navigation
-
sd_output() - Output Function for Displaying reactive objects and values
-
sd_close() - Create a 'Close' Button to Exit the Survey
-
sd_redirect() - Create a Redirect Element for 'shiny' Applications
-
sd_completion_code() - Generate a Random Completion Code
-
sd_display_question() - Create a placeholder for a reactive survey question
-
sd_display_value() - Display the value of a survey question
-
sd_ui() - Create the UI for a surveydown survey
-
sd_create_survey() - Create a new survey template
-
sd_create_translations() - Create a translations template file
-
sd_include_folder() - Include a folder to the 'shiny' resource path
-
sd_setup() - Required Set Up Function
-
sd_add_page() - Add a Page Template to the Current Document
-
sd_add_question() - Add a Question Template to the Current Document
-
sd_page_gadget() - Show a Shiny gadget for entering a page ID
-
sd_question_gadget() - Show a Shiny gadget for selecting a question type
-
sd_version() - Check Surveydown Version
-
sd_dashboard() - Depreciated Survey Dashboard
-
sd_database() - Connect to a 'PostgreSQL' Database with Automatic Cleanup
-
sd_set_password() - Set password for surveydown survey
-
sd_skip_forward() - Define forward skip conditions for survey pages (Deprecated)