write_netrc | R Documentation |
Write a netrc file that is valid for accessing ImmuneSpace
write_netrc( login, password, machine = "datatools.immunespace.org", file = NULL )
login |
A |
password |
A |
machine |
A |
file |
A |
A character vector containing the file paths for netrc
write_netrc("immunespaceuser@gmail.com", "mypassword")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.