suso_mapassign: Assigns a map to a user

View source: R/suso_api_maps.R

suso_mapassignR Documentation

Assigns a map to a user

Description

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

## Not run: 
suso_mapassign(workspace = "myworkspace",
              fileName = "Lat9264Lon625_ALL.tif",
              userName = "INT0004")

## End(Not run)


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