Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Commit

Permalink
Login data to remote server added to the 'data' directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
agaye committed Jul 16, 2014
1 parent 96c4aa7 commit 4b2e27a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
Binary file added data/login_remoteServer.rda
Binary file not shown.
29 changes: 29 additions & 0 deletions man/login_remoteServer.Rd
Original file line number Diff line number Diff line change
@@ -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)}

0 comments on commit 4b2e27a

Please sign in to comment.