View source: R/suso_api_create.R
suso_createASS | R Documentation |
Creates assignment with prefilled data.
suso_createASS(
df = UPLOADdataCHECK,
server = suso_get_api_key("susoServer"),
apiUser = suso_get_api_key("susoUser"),
apiPass = suso_get_api_key("susoPass"),
workspace = NULL,
token = NULL,
QUID = NULL,
version = NULL
)
df |
dataframe with upload data |
server |
Survey Solutions server address |
apiUser |
Survey Solutions API user |
apiPass |
Survey Solutions API password |
workspace |
server workspace, if nothing provided, defaults to primary |
token |
If Survey Solutions server token is provided apiUser and apiPass will be ignored |
QUID |
the questionnaire id |
version |
the questionnaire version |
Dataframe needs to be provided with columns for prefilling data, as well as Quantity and ResponsibleName. Return value is a data.table, with the prefilling data, if successful
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.