opencpu: Embedded Scientific Computing and Reproducible Research with R
- CRAN: http://cran.r-project.org/web/packages/opencpu/index.html
- GitHub: https://github.com/jeroenooms/opencpu
- URL: https://www.opencpu.org
- Vignettes:
> 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.