geocode_naver: Geocode from NAVER

Description Usage Arguments Value Examples

Description

geocode_naver function will get longitude and latitude from NAVER api.

Usage

1
geocode_naver(address, naver_key, naver_secret)

Arguments

address

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

naver_key

you must input your NAVER client id

naver_secret

you must input your NAVER client secret

Value

longitude and latitude

Examples

1
2
  data("firestation")
  geocode_naver(firestation[1, '주소'], naver_key, naver_secret)

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