suso_details_lastexport: Helper function for details (i.e. date, compilation status...

View source: R/suso_api_export_details.R

suso_details_lastexportR Documentation

Helper function for details (i.e. date, compilation status etc. )

Description

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


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