Run the Plumber API

run_api(port = 8000)

Arguments

...

parameters passed to plumber

Value

invisible NULL

Examples

# NOT RUN {
  run_api()
  # try to got to: http://127.0.0.1:8000/trollR
  # or use http://127.0.0.1:8000/trollR?text=This may be a troll comment
# }