Description Usage Details Value See Also Examples
Check that there is a netrc file with a valid entry for ImmuneSpace.
1 |
In order to connect to ImmuneSpace, you will need a '.netrc' file in your
contains a 'machine' name (hostname of ImmuneSpace), and 'login' and
'password'. See [here](https://www.labkey.org/wiki/home/Documentation/page.view?name=netrc)
for more information. By default RCurl
will look for the file in your
home directoty.
If no netrc is available or it is not formatted properly, write_netrc
can be used to write one. Otherwise, when specifying login and password in
CreateConnection
, a temporary file will be created for that connection.
The name of the netrc file
CreateConnection write_netrc
1 | try(check_netrc())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.