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

https://github.com/ijlyttle/septimr

Transformation and visualization for weekly things
https://github.com/ijlyttle/septimr

Last synced: 9 months ago
JSON representation

Transformation and visualization for weekly things

Awesome Lists containing this project

README

          

---
output: github_document
---

[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/septimr)](https://cran.r-project.org/package=septimr)
[![Travis-CI Build Status](https://travis-ci.org/ijlyttle/septimr.svg?branch=master)](https://travis-ci.org/ijlyttle/septimr)
appveyor.com/project/ijlyttle/septimr)
[![Coverage Status](https://img.shields.io/codecov/c/github/ijlyttle/septimr/master.svg)](https://codecov.io/github/ijlyttle/septimr?branch=master)

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

# septimr

The goal of septimr is to ...

## Installation

You can install septimr from github with:

```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("ijlyttle/septimr")
```

## Example

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

```{r example}
## basic example code
```

## Code of Conduct

Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.