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
- Host: GitHub
- URL: https://github.com/ijlyttle/septimr
- Owner: ijlyttle
- License: other
- Created: 2017-10-20T23:24:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T19:21:26.000Z (over 8 years ago)
- Last Synced: 2025-09-12T00:19:51.771Z (10 months ago)
- Language: R
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---
[](https://cran.r-project.org/package=septimr)
[](https://travis-ci.org/ijlyttle/septimr)
appveyor.com/project/ijlyttle/septimr)
[](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.