Other packages > Find by keyword >

leaflet  

Create Interactive Web Maps with the JavaScript 'Leaflet' Library
View on CRAN: Click here


Download and install leaflet package within the R console
Install from CRAN:
install.packages("leaflet")

Install from Github:
library("remotes")
install_github("cran/leaflet")

Install by package version:
library("remotes")
install_version("leaflet", "2.2.2")



Attach the package and use:
library("leaflet")
Maintained by
Joe Cheng
[Scholar Profile | Author Map]
First Published: 2015-06-24
Latest Update: 2023-11-13
Description:
Create and customize interactive maps using the 'Leaflet' JavaScript library and the 'htmlwidgets' package. These maps can be used directly from the R console, from 'RStudio', in Shiny applications and R Markdown documents.
How to cite:
Joe Cheng (2015). leaflet: Create Interactive Web Maps with the JavaScript 'Leaflet' Library. R package version 2.2.2, https://cran.r-project.org/web/packages/leaflet. Accessed 05 May. 2025.
Previous versions and publish date:
1.0.0 (2015-06-24 00:56), 1.0.1 (2016-02-27 09:50), 1.1.0 (2017-02-21 19:08), 2.0.0 (2018-04-21 01:06), 2.0.1 (2018-06-04 22:43), 2.0.2 (2018-08-27 16:12), 2.0.3 (2019-11-16 06:50), 2.0.4.1 (2021-01-07 08:00), 2.1.0 (2022-02-16 11:30), 2.1.1 (2022-03-24 00:40), 2.1.2 (2023-03-10 20:10), 2.2.0 (2023-08-31 09:30), 2.2.1 (2023-11-13 22:43)
Other packages that cited leaflet R package
View leaflet citation profile
Other R packages that leaflet depends, imports, suggests or enhances
Complete documentation for leaflet
Functions, R codes and Examples using the leaflet R package
Some associated functions: aaa-test-viztest . addAwesomeMarkers . addGraticule . addLayersControl . addLegend . addMapPane . addMeasure . addMiniMap . addProviderTiles . addRasterImage . addRasterLegend . addScaleBar . addSimpleGraticule . addTerminator . atlStorms2005 . awesomeIconList . awesomeIcons . breweries91 . colorNumeric . deprecated . derivePoints . derivePolygons . dispatch . easyButton . evalFormula . expandLimits . expandLimitsBbox . filterNULL . gadmCHE . getMapData . groupOptions . iconList . icons . leaflet-imports . leaflet-package . leaflet . leafletDependencies . leafletProxy . leafletSizingPolicy . makeAwesomeIcon . makeIcon . map-layers . map-methods . map-options . map-shiny . mapOptions . previewColors . providers . remove . safeLabel . showGroup . validateCoords . 
Some associated R codes: colors.R . controls.R . data.R . dependencies.R . layers.R . leaflet-package.R . leaflet.R . legacy.R . legend.R . mapPane.R . methods.R . normalize-SharedData.R . normalize-map.R . normalize-sf.R . normalize-sp.R . normalize-terra.R . normalize.R . plugin-awesomeMarkers.R . plugin-easybutton.R . plugin-graticule.R . plugin-measure.R . plugin-minimap.R . plugin-omnivore.R . plugin-providers.R . plugin-simplegraticule.R . plugin-terminator.R . scalebar.R . selection.R . shiny.R . staticimports.R . utils.R . zzz.R . zzz_viztest.R .  Full leaflet package functions and examples
Downloads during the last 30 days
04/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/04Downloads for leaflet15002000250030003500400045005000TrendBars

Today's Hot Picks in Authors and Packages

ClickHouseHTTP  
A Simple HTTP Database Interface to 'ClickHouse'
'ClickHouse' () is an open-source, high performance columnar OLAP (online ...
Download / Learn more Package Citations See dependency  
frailtypack  
Shared, Joint (Generalized) Frailty Models; Surrogate Endpoints
The following several classes of frailty models using a penalized likelihood estimation on the hazar ...
Download / Learn more Package Citations See dependency  
helloJavaWorld  
Hello Java World
A dummy package to demonstrate how to interface to a jar file that resides inside an R package. ...
Download / Learn more Package Citations See dependency  
affinitymatrix  
Estimation of Affinity Matrix
Tools to study sorting patterns in matching markets and to estimate the affinity matrix of both the ...
Download / Learn more Package Citations See dependency  
aspline  
Spline Regression with Adaptive Knot Selection
Perform one-dimensional spline regression with automatic knot selection. This package uses a penali ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA