Install plumber
mainYou can install the stable version from CRAN or the development version from GitHub.
CRAN (Stable):
install.packages("plumber")GitHub (Development):
pak::pkg_install("rstudio/plumber")
library(plumber)install.packages("plumber")