Learn R Programming

RKorAPClient (version 1.1.0)

clearCache,KorAPConnection-method: Clear local cache

Description

Clears the local cache of API responses for the current RKorAPClient version. Useful when you want to force fresh data retrieval or free up disk space.

Usage

# S4 method for KorAPConnection
clearCache(kco)

Value

Invisible NULL (function called for side effects)

Arguments

kco

KorAPConnection object

Examples

Run this code
if (FALSE) {
kco <- KorAPConnection()
clearCache(kco)
}

Run the code above in your browser using DataLab