Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timelyportfolio/timelineR

R htmlwidget for interactive d3.js timelines using d3.layout.timeline
https://github.com/timelyportfolio/timelineR

Last synced: about 2 months ago
JSON representation

R htmlwidget for interactive d3.js timelines using d3.layout.timeline

Awesome Lists containing this project

README

        

```{r, setup, echo = FALSE, message = FALSE}
knitr::opts_chunk$set(
comment = "#>",
tidy = FALSE,
error = FALSE,
fig.width = 8,
fig.height = 8)
```

# timelineR

> Interactive Timelines

[![Linux Build Status](https://travis-ci.org//timelineR.svg?branch=master)](https://travis-ci.org//timelineR)
[![](http://www.r-pkg.org/badges/version/timelineR)](http://www.r-pkg.org/pkg/timelineR)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/timelineR)](http://www.r-pkg.org/pkg/timelineR)

Create interactive d3.js timelines from R using d3.layout.timeline.

## Installation

```{r eval = FALSE}
devtools::install_github("timelyportfolio/timelineR")
```

## Usage

```{r}
library(timelineR)
```

## License

MIT + file LICENSE © [Kenton Russell](https://github.com/).