Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 437 Bytes

File metadata and controls

12 lines (9 loc) · 437 Bytes

A template of custom leaflet map question using sd_question_custom().

To create this template, run this command in your R console:

surveydown::sd_create_survey(
  #path = "path/to/survey",
  template = "custom_leaflet_map"
)

Refer to the Start with a template section for more details.