Helper function for details (i.e. date, compilation status etc. )
suso_details_lastexport.Rd
This function retrieves the details from last file creation and can be used to modify download file creation behavior.
Usage
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"
)
Arguments
- 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