Learn R Programming

currr (version 0.1.2)

remove_currr_cache: Remove currr's intermediate data from the folder.

Description

Remove currr's intermediate data from the folder.

Usage

remove_currr_cache(list = NULL)

Value

No return value, called for side effects

Arguments

list

A character vector specifying the name of the caches you want to remove (files in .currr.data folder). If empy (default), all caches will be removed.