Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 441 Bytes

File metadata and controls

13 lines (9 loc) · 441 Bytes

A minimum template for starting from scratch.

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

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

There is a template = "default" argument in the sd_create_survey() function, but it is set as default so no need to specify it.

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