gesis (version 0.2.2)

login: Log in to the Gesis website

Description

Log in to the Gesis website

Usage

login(username = "", password = "")

Arguments

username

Your Gesis username

password

Your Gesis password

Value

A session object

Details

The username and password can also be stored as environment variables "GESIS_USER" and "GESIS_PASS" so as not to store these in plaintext in a script.

Examples

Run this code
# NOT RUN {
s <- login("my_gesis_username", "my_gesis_password")
# }

Run the code above in your browser using DataLab