suso_createASS: Survey Solutions API call for Assignment Creation

View source: R/suso_api_create.R

suso_createASSR Documentation

Survey Solutions API call for Assignment Creation

Description

Creates assignment with prefilled data.

Usage

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
)

Arguments

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

Details

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


michael-cw/SurveySolutionsAPI documentation built on Jan. 14, 2024, 2:58 a.m.