get_session_key.RdThis function logs into the LimeSurvey API and provides an access session key. It was adapted by Gjalt-Jorn Peters from a function originally written by Andrew Heiss.
LimeSurvey username.
Defaults to value set in options().
LimeSurvey password.
Defaults to value set in options().
The host to use (if not using the one specified in
the options). If no hostname is specified in the 'lime_api' option and
no host name is passed as hostname, the subdomain stored in
limonaid::opts$get("ls_subdomain") will be combined with the
domain stored in limonaid::opts$get("ls_domain") to create the
host name. You can change these using the limonaid::opts$set() function.
API token
if (FALSE) { # \dontrun{
get_session_key()
} # }