View source: R/limer_get_session_key.R
get_session_key | R Documentation |
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") )
username |
LimeSurvey username. Defaults to value set in |
password |
LimeSurvey password Defaults to value set in |
API token
## Not run: get_session_key() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.