powered by
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.
get_session_key( username = getOption("lime_username"), password = getOption("lime_password") )
LimeSurvey username. Defaults to value set in options().
options()
LimeSurvey password Defaults to value set in options().
API token
# NOT RUN { get_session_key() # }
Run the code above in your browser using DataLab