Learn R Programming

limonaid (version 0.1.5)

get_session_key: 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")
)

Arguments

username

LimeSurvey username. Defaults to value set in options().

password

LimeSurvey password Defaults to value set in options().

Value

API token

Examples

Run this code
# NOT RUN {
get_session_key()
# }

Run the code above in your browser using DataLab