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

https://github.com/richfitz/example


https://github.com/richfitz/example

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# example

[![R-CMD-check](https://github.com/richfitz/example/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/richfitz/example/actions/workflows/R-CMD-check.yaml)

The goal of example is to ...

## Installation

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

``` r
# install.packages("pak")
pak::pak("richfitz/example")
```

## Example

This is a basic example which shows you how to solve a common problem:

``` r
library(example)
## basic example code
```