set_config | R Documentation |
Sets the datajoint.config with desired hostname, username, and password and saves the edited datajoint.config either locally or globally.
set_config(host = NULL, user = NULL, pw = NULL, save_global = T)
host |
ip address of host database |
user |
user name |
pw |
password |
save_global |
boolean; if TRUE, save configuration globally. If FALSE, save configuration locally |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.