Skip to contents

Removes every file in the VietnamWarData cache directory. The next call to any get_*() function will re-download from GitHub.

Usage

vw_clear_cache()

Value

Called for its side effect. Returns invisible(NULL).

Examples

if (FALSE) { # \dontrun{
  vw_clear_cache()
} # }