Description Usage Arguments Details Examples
Function to set username and password used for authentication by ACRI.
1 | gc_set_user(username, password)
|
username |
character string, username registered at hermes.acri.fr. |
password |
character string, password provided by ACRI after registration. |
Function sets environment variables (ACRI_FTP_USERNAME, ACRI_FTP_PASSWORD) used for FTP connection to the GlobColour database. Previous registration for access on the GlobColour archive is required.
1 2 3 4 5 6 7 | ## Not run:
gc_set_user(username = "DDummy",
password = "abc1234")
Sys.getenv(c("ACRI_FTP_USERNAME", "ACRI_FTP_PASSWORD"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.