rbcb-options: rbcb options

rbcb-optionsR Documentation

rbcb options

Description

Options used in rbcb inside some of its functions.

Details

* 'rbcb_cache': all downloaded data is stored in temporary directories, if 'rbcb_cache' is FALSE downloaded data overwrites files if it already exists. Otherwise, download is not executed and the existing file is returned. Defaults to TRUE. * 'rbcb_verbose': if TRUE verbose messages are displayed when http requests are executed with httr. Defaults to FALSE.

Examples

## Not run: 
options(rbcb_cache = FALSE)
options(rbcb_verbose = TRUE)

## End(Not run)

rbcb documentation built on Oct. 13, 2023, 1:10 a.m.