Setup_Limesurvey: This is a very simple function to setup access to limesurvey...

View source: R/get_data.R

Setup_LimesurveyR Documentation

This is a very simple function to setup access to limesurvey for the user

Description

Writes the parameters as global options, which can be used by all of the functions

Usage

Setup_Limesurvey(url, username, password)

Arguments

url

this is the url to the limesurvey instance's remotecontrol

username

this is the individual's / team's LS username

password

this is the individual's / team's LS password

Examples

Setup_Limesurvey(url = 'https://survey.statista-research.com/admin/remotecontrol', username = 'beepee', password = '23908fjkh')

bpresentati/surveyR documentation built on March 19, 2022, 3:40 a.m.