Update dev
Showing 1 of 2 files from the diff.
Newly tracked file
R/geocode.R
changed.
Other files ignored by Codecov
man/geocode.Rd
has changed.
@@ -18,6 +18,14 @@
Loading
18 | 18 | #' well-known text (WKT). |
|
19 | 19 | #' If \code{sf = FALSE}, a \code{data.frame} containing the coordinates of the |
|
20 | 20 | #' geocoded addresses as \code{lng}, \code{lat} columns. |
|
21 | + | #' |
|
22 | + | #' According to the |
|
23 | + | #' \href{https://developer.here.com/documentation/geocoding-search-api/api-reference-swagger.html}{Geocoding |
|
24 | + | #' and Search API Reference}, the access coordinates are "[c]oordinates of the |
|
25 | + | #' place you are navigating to (for example, driving or walking). This is a |
|
26 | + | #' point on a road or in a parking lot." The position coordinates are "[t]he |
|
27 | + | #' coordinates (latitude, longitude) of a pin on a map corresponding to the |
|
28 | + | #' searched place." |
|
21 | 29 | #' @export |
|
22 | 30 | #' |
|
23 | 31 | #' @examples |
Files | Coverage |
---|---|
R | 92.77% |
Project Totals (16 files) | 92.77% |
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.