set_config: Set datajoint configuration

View source: R/set_config.R

set_configR Documentation

Set datajoint configuration

Description

Sets the datajoint.config with desired hostname, username, and password and saves the edited datajoint.config either locally or globally.

Usage

set_config(host = NULL, user = NULL, pw = NULL, save_global = T)

Arguments

host

ip address of host database

user

user name

pw

password

save_global

boolean; if TRUE, save configuration globally. If FALSE, save configuration locally

Value

None


gkane26/djreadr documentation built on April 3, 2022, 8:57 a.m.