opencpu: Embedded Scientific Computing and Reproducible Research with R

> library(opencpu)

バージョン: 1.6.1


関数名 概略
cleanup Clean up OpenCPU files from disk
opencpu The httpuv based single-user OpenCPU server.
rhttpd The Rhttpd based single-user OpenCPU server.

cleanup

Arguments

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

opencpu

> opencpu$url()
NULL
> opencpu$stop()
OpenCPU stopped.