plumber

Plumber

Specific best practices and architectural patterns when working with Plumber.

Details

Language / Topic
rR
Category
framework

Rules

balanced
- Expose backend logic natively mapping R functions into specific endpoints utilizing explicitly standard `#* @get /path` comments.
- Start the active API cleanly configuring exactly `pr("api.R") %>% pr_run(port=8000)` explicitly inside the execution file.
- Extract user query parameters natively defining them completely identically explicitly as the R function input arguments.
- Return JSON structures effectively passing explicit R standard lists seamlessly bypassing manual format string definitions.