https://github.com/cynkra/sgods
sgods
https://github.com/cynkra/sgods
Last synced: 3 months ago
JSON representation
sgods
- Host: GitHub
- URL: https://github.com/cynkra/sgods
- Owner: cynkra
- Created: 2024-11-03T12:02:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T15:23:59.000Z (12 months ago)
- Last Synced: 2025-07-18T00:44:03.319Z (3 months ago)
- Language: R
- Homepage: https://cynkra.github.io/sgods/
- Size: 367 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
# Run the plumber API
```{r}
library(plumber)
pr("inst/plumber.R") |> pr_run(port = 8000)
```