Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cpsievert/plotlyGeoAssets
Render plotly maps without an internet connection.
https://github.com/cpsievert/plotlyGeoAssets
Last synced: 3 months ago
JSON representation
Render plotly maps without an internet connection.
- Host: GitHub
- URL: https://github.com/cpsievert/plotlyGeoAssets
- Owner: cpsievert
- License: other
- Created: 2018-05-31T19:52:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T21:30:29.000Z (over 3 years ago)
- Last Synced: 2024-06-13T19:56:13.735Z (5 months ago)
- Language: R
- Homepage:
- Size: 1.31 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Travis build status](https://travis-ci.org/cpsievert/plotlyGeoAssets.svg?branch=master)](https://travis-ci.org/cpsievert/plotlyGeoAssets)
[![CRAN Status](http://www.r-pkg.org/badges/version/plotlyGeoAssets)](http://cran.r-project.org/package=plotlyGeoAssets)# plotlyGeoAssets
An R (data) package for rendering [plotly](https://github.com/ropensci/plotly) maps without an internet connection.
## Usage
There is only one function, `geo_assets()`, for accessing plotly.js' geo assets. This isn't really intended to be useful on it's own, but it is used by plotly to enable 'offline' maps (e.g., `plotly::plot_geo(offline = TRUE)`)