Learn R Programming

opencpu (version 1.4.1)

cleanup: Clean up OpenCPU files from disk

Description

OpenCPU stores a library with recent sessions and packages on disk. These files are stored in the temporary directory, so on most systems they are wiped on reboot. The cleanup function can be used to manually force removal of temporary files from disk.

Usage

cleanup(what = c("tmp", "gist", "github", "cran", "bioc"),
    maxage = 10 * 60)

Arguments