Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timelyportfolio/leaftime

Leaflet.timeline for R leaflet
https://github.com/timelyportfolio/leaftime

Last synced: 3 months ago
JSON representation

Leaflet.timeline for R leaflet

Awesome Lists containing this project

README

        

---
output: github_document
---

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

[![CRAN status](https://www.r-pkg.org/badges/version/leaftime)](https://cran.r-project.org/package=leaftime)
[![Travis build status](https://travis-ci.org/timelyportfolio/leaftime.svg?branch=master)](https://travis-ci.org/timelyportfolio/leaftime)

# leaftime

`leaftime` integrates the [`leaflet-timeline`](https://github.com/skeate/Leaflet.timeline) plugin with the R `leaflet` ecosystem.

## Installation

You can install the released version of leaftime from [CRAN](https://CRAN.R-project.org) with:

``` r
install.packages("leaftime")
```

## Example

Please see the [examples](https://github.com/timelyportfolio/leaftime/blob/master/inst/examples/example_leaftime.R).

## Code of Conduct

We welcome and highly encourage contributions ad participation. Please note that the 'leaftime' project is released with a [Contributor Code of Conduct](https://github.com/timelyportfolio/leaftime/blob/master/CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.