source(usethis::proj_path("vignettes", "_common.R"))
path <- tempfile("microservice") usethis::create_package(path) unlink(path, recursive = TRUE, force = TRUE)
In this quick start guide you'll learn how to get a rudimentary microservice working out of the box.
```{=html} <!--
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.