Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonthegeek/apidemo

Plumber-as-Package Demonstration
https://github.com/jonthegeek/apidemo

Last synced: 10 days ago
JSON representation

Plumber-as-Package Demonstration

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# apidemo

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/apidemo)](https://CRAN.R-project.org/package=apidemo)
[![Codecov test coverage](https://codecov.io/gh/jonthegeek/apidemo/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jonthegeek/apidemo?branch=main)
[![R-CMD-check](https://github.com/jonthegeek/apidemo/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jonthegeek/apidemo/actions/workflows/R-CMD-check.yaml)

The goal of apidemo is to...

## Installation

You can install the development version of apidemo from [GitHub](https://github.com/) with:

``` r
# install.packages("remotes")
remotes::install_github("jonthegeek/apidemo")
```

## Usage

Add usage information and examples here.

## Code of Conduct

Please note that the apidemo project is released with a [Contributor Code of Conduct](https://jonthegeek.github.io/apidemo/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.