View source: R/hike_create_lines.R
| hike_create_lines | R Documentation |
create_lines function
hike_create_lines(data)
df |
with coords |
create a sf linestring from multiple input coords
Eric Krueger
a <- stplanr::geo_code("Jena")
b <- stplanr::geo_code("Weimar")
a_to_b <- data.frame(rbind(a,b))
line <- hikeR::hike_create_lines(a_to_b)
class(line)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.