Check that there is a netrc file with a valid entry for ImmuneSpace.

check_netrc()

Value

The name of the netrc file

Details

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.

See also

CreateConnection write_netrc

Examples

try(check_netrc())
#> Error in check_netrc() : There is no netrc file. Use `write_netrc`