How do i access plumber yaml file.

How do access the plumber yaml file in rstudio?

library(plumber)
library(yaml)
pr <- plumber::pr()
yaml::as.yaml(pr$getApiSpec())
1 Like

Thank you. I appreciate the assistance.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.