View source: R/suso_api_export_details.R
suso_details_lastexport | R Documentation |
This function retrieves the details from last file creation and can be used to modify download file creation behavior.
suso_details_lastexport(
server = suso_get_api_key("susoServer"),
apiUser = suso_get_api_key("susoUser"),
apiPass = suso_get_api_key("susoPass"),
token = NULL,
workspace = NULL,
quid = NULL,
version = NULL,
pid = NULL,
format = "STATA"
)
server |
Survey Solutions server address |
apiUser |
Survey Solutions API user |
apiPass |
Survey Solutions API password |
token |
If Survey Solutions server token is provided apiUser and apiPass will be ignored |
workspace |
If workspace name is provide requests are made regarding this specific workspace |
quid |
Questionnaire ID |
version |
Questionnaire version |
pid |
Export process id, required if quid and version is NULL. |
format |
one of Tabular, STATA or SPSS |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.