This repository has been archived by the owner on Oct 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Login data to remote server added to the 'data' directory.
- Loading branch information
agaye
committed
Jul 16, 2014
1 parent
96c4aa7
commit 4b2e27a
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)} |