View source: R/suso_api_maps.R
suso_mapassign | R Documentation |
Allows the user to assign a map to an interviewer to be used in CAPI data collection.
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
)
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 |
## Not run:
suso_mapassign(workspace = "myworkspace",
fileName = "Lat9264Lon625_ALL.tif",
userName = "INT0004")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.