The API wrapper functions in this package all rely on using EtherCalc instance info residing in the environment variable ETHERCALC_HOST. The easiest way to accomplish this is to set it in the .Renviron file in your home directory.

ethercalc_host(force = FALSE)

Arguments

force

Force setting a new EtherCalc ETHERCALC_HOST info for the current environment?

Value

atomic character vector containing the EtherCalc ETHERCALC_HOST value

Examples

# NOT RUN {
ethercalc_host("http://localhost:8000")
# }