Skip to contents

Allows the user to assign a map to an interviewer to be used in CAPI data collection.

Usage

suso_mapassign(
  server = suso_get_api_key("susoServer"),
  apiUser = suso_get_api_key("susoUser"),
  apiPass = suso_get_api_key("susoPass"),
  workspace = NULL,
  fileName = NULL,
  userName = NULL
)

Arguments

server

GraphQL endpoint of your server

apiUser

your API username

apiPass

API password

workspace

Server Workspace, if NULL uses default

fileName

the name of the map file on the server

userName

the name of the interviewer to whom the map will be assigned to

Examples

if (FALSE) {
suso_mapassign(workspace = "myworkspace",
              fileName = "Lat9264Lon625_ALL.tif",
              userName = "INT0004")
}