![](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FrA7hj%2FbtrZa5Bqj9u%2FOg4Nd9EP5OxhAWNZPFJh8K%2Fimg.png)
R | Leaflet | 인터랙티브 지도(1) - Markers
·
R/leaflet
R의 대표적인 인터랙티브 지도는 Plotly 패키지를 사용해 구현할 수 있다. 이외에도 Leaflet 패키지를 사용해 인터랙티브 지도를 구현할 수 있는데, 생각보다 사용 방법이 잘 안 나와 있어서 포스팅을 통해서 Leaflet 사용법을 설명할 것이다. 이번 포스팅에서는 leaflet 패키지로 Marker를 사용해 위치 정보를 지도 위에 나타낼 것이다. 00. 패키지 로드 및 데이터 불러오기 1) 패키지 로드 ## 패키지 로드 library(dplyr) library(leaflet) ### 한글 폰트 설정 library(showtext) font_add_google("Nanum Gothic", "nanumgothic") 2) 소상공인시장진흥공단_상가(상권)정보 : 영업 중인 전국 상가업소 데이터를 제공 (..