Description Usage Arguments Details Value See Also Examples
View source: R/CreateConnection.R
Constructor for ImmuneSpaceConnection
class.
1 2 3 4 5 6 7 |
study |
A |
login |
A |
password |
A |
verbose |
A |
onTest |
A |
Instantiates an ImmuneSpaceConnection
for study
The constructor will try to take the values of the various 'labkey.*'
parameters from the global environment. If they don't exist, it will use
default values. These are assigned to 'options', which are then used by the
ImmuneSpaceConnection
class.
an instance of an ImmuneSpaceConnection
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
# Single study
con <- CreateConnection("SDY269")
# Cross study
con <- CreateConnection("")
## End(Not run)
sdy <- try(CreateConnection("SDY269"))
if (inherits(sdy, "try-error")) {
warning("Read the Introduction vignette for more information on how to set
up a .netrc file.")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.