View source: R/susor_generate_file.R
susor_generate_file | R Documentation |
As for any other function of susor
, susor_generate_file()
requires
that you first define your credentials with susor_login()
.
susor_generate_file()
will tell the server to start the creation of the file.
susor_generate_file( susor_quid, susor_interview_status = "ALL", susor_format = "STATA", ... )
susor_quid |
A string. Questionnaire Identity. You can find it in
the tibble |
susor_interview_status |
A string. To define the status of interviews to download c( "All", "SupervisorAssigned", "InterviewerAssigned", "Completed", "RejectedBySupervisor", "ApprovedBySupervisor", "RejectedByHeadquarters", "ApprovedByHeadquarters"). Default = "ALL" define query to start the creation process in the server create .json file temporarly to store the server's response |
susor_format |
A string to define the format of the file c("STATA", "Tabular"). Default = "STATA" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.