ddsLogin: Login function to DDS environment.

Description Usage Arguments Value Examples

View source: R/login.R

Description

Login function to DDS environment.

Usage

1
ddsLogin(url = NA, rememberMe = TRUE)

Arguments

url

The URL to a valid DDS portal (https://dukeds.herokuapp.com,https://dukeds-dev.herokuapp.com,https://dukeds-uatest.herokuapp.com). Dev will be used if no url is given.

rememberMe

A logical indicating if the session login information should be stored later.

Value

ddsLogin will return with a message detailing where credentials can be found (i.e. variable curlheader).

Examples

1
2
ddsLogin()
ddsLogin(url='https://dukeds-uatest.herokuapp.com')

Duke-Translational-Bioinformatics/duke-data-service-RClient documentation built on May 6, 2019, 2:55 p.m.