if (interactive()) {
library(surveydown)
# Insert a new page template with default ID
sd_add_page()
# Insert a new page template with custom ID
sd_add_page(page_id = "welcome")
# Insert an end/thank you page
sd_add_page(page_id = "end")
}
Run the code above in your browser using DataLab