geocode_kakao: Geocode from KAKAO

Description Usage Arguments Value Examples

Description

geocode_kakao function will get longitude and latitude from KAKAO api.

Usage

1
geocode_kakao(address, kakao_key)

Arguments

address

address that you want to know it's longitude and latitude

kakao_key

you must input your KAKAO REST API key

Value

longitude and latitude

Examples

1
2
  data("firestation")
  geocode_kakao(firestation[1, '주소'], kakao_key)

subinjo92/nkmap documentation built on May 29, 2019, 8:02 a.m.