get_session_key {limonaid} | R Documentation |
Get a LimeSurvey API session key
Description
This 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.
Usage
get_session_key(
username = getOption("lime_username"),
password = getOption("lime_password"),
hostname = getOption("lime_api")
)
Arguments
username |
LimeSurvey username.
Defaults to value set in |
password |
LimeSurvey password.
Defaults to value set in |
hostname |
The host to use (if not using the one specified in
the options). If no hostname is specified in the |
Value
API token
Examples
## Not run:
get_session_key()
## End(Not run)
[Package limonaid version 25.5.5 Index]