View source: R/qnr_converter.R
qnr_converter | R Documentation |
Upload a survey from docx format to the Qualtrics library. The questionnaire doc itself will need to be in the Y2 specified format.
qnr_converter(file_path, api_token)
file_path |
A string path to the questionnaire docx file. |
api_token |
A string that is an API token to related the account you want the survey to be uploaded to. |
A series of statements updating the user on the converter's progress.
## Not run:
qnr_converter(
file_path = '~/Desktop/example.docx'
api_token = 'xxx'
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.