Learn R Programming

readoecd (version 0.3.0)

clear_oecd_cache: Clear the readoecd local cache

Description

Deletes all files cached by readoecd on your local machine. After clearing, the next call to any get_oecd_*() function will re-download from the OECD API.

Usage

clear_oecd_cache()

Arguments

Value

Invisibly returns the number of files deleted.

Examples

Run this code
# \donttest{
clear_oecd_cache()
# }

Run the code above in your browser using DataLab