plumber is an R package used to create HTTP APIs from R. It uses annotations above your function definitions to define the structure of your API using existing R code.
The plumber R package allows R users to create HTTP APIs from their R code.
- Official documentation - Includes documentation about the various features and online examples.
- CRAN - The package is available on CRAN for easier installation.