R/grwr_api.R

Defines functions grwr_api

Documented in grwr_api

#' ReliaGrowR API
#'
#' This function provides an interface to the ReliaGrowR API.#' This function provides an interface to the ReliaGrowR API.
#' @import plumber
#' @examples
#' \dontrun{
#' grwr_api()#' grwr_api()
#' }
#' @export
grwr_api <- function() {

  # Run the API
  root <- plumber::pr("inst/plumber/plumber.R")
  root %>% plumber::pr_run()
}

Try the ReliaGrowR package in your browser

Any scripts or data that you put into this service are public.

ReliaGrowR documentation built on Nov. 7, 2025, 9:06 a.m.