R/config.R
rxref_conf.Rd
Configure rxref
rxref_conf( base_url = getOption("rxref.base_url"), rate_delay = getOption("rxref.rate_delay"), cache = getOption("rxref.cache") )
Override the RxNav base URL (e.g., a local mirror)
Seconds to wait between HTTP calls
A cachem cache object used by memoised calls
A named list of current settings