diff --git a/data/login_remoteServer.rda b/data/login_remoteServer.rda new file mode 100644 index 0000000..29cee80 Binary files /dev/null and b/data/login_remoteServer.rda differ diff --git a/man/login_remoteServer.Rd b/man/login_remoteServer.Rd new file mode 100755 index 0000000..2b2b7be --- /dev/null +++ b/man/login_remoteServer.Rd @@ -0,0 +1,29 @@ +\name{logindata} + +\alias{logindata} + +\docType{data} + +\title{Information required to login to opal servers for the GLM test data} + +\description{ + A table of with 5 columns: study name, URL, username, password and opal datasource. +} + +\usage{data(logindata)} + +\format{ + A data frame where the number of servers corresponds to the number of rows + \describe{ + \item{\code{server}}{a character, the formal name of the study} + \item{\code{url}}{URL of the opal server} + \item{\code{user}}{a character, a formal username or a + path to a valid ssl certificate, if required} + \item{\code{password}}{a character, a formal password or a + path to a valid ssl key if required} + \item{\code{table}}{a character, the path to the opal datasource that holds the data + to analyse} + } +} + +\examples{data(logindata)}