Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timelyportfolio/leaftime
- Owner: timelyportfolio
- License: other
- Created: 2019-08-05T12:03:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T02:43:47.000Z (almost 5 years ago)
- Last Synced: 2024-10-12T21:27:09.410Z (4 months ago)
- Language: R
- Size: 44.9 KB
- Stars: 58
- Watchers: 7
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-shiny-extensions - leaftime - Leaflet-timeline plugin for Leaflet to show changing geospatial data over time. (Visualization / Maps and Spatial Data)
- jimsghstars - timelyportfolio/leaftime - Leaflet.timeline for R leaflet (R)
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.