setcomextconfig: Sets comext url connection parameters as a global R option...

Description Usage Arguments Examples

View source: R/downloadcomext.R

Description

Comext url parameters Are storred in the installed version of the package Run this command to find the location of the configuration file on your machine: system.file("config/comextconfig.R", package="tradeharvester") Use reload=TRUE to force reloading the file after modification.

Usage

1
setcomextconfig(reload = FALSE, silent = FALSE)

Arguments

reload

logical, force reloading the configuration file

silent

logical, do not print "already loaded" message when TRUE

Examples

1
2
3
setcomextconfig(reload=TRUE)
comext <- getOption("comext")
comext["urlbulkfile"]

stix-global/eutradeflows documentation built on Nov. 13, 2020, 9:23 p.m.