Description Usage Arguments Value Examples
View source: R/geoairline_addcity.R
This function adds another city to an object of class geoairline
1 | geoairline_addcity(geoairline, city, country)
|
geoairline |
object of class geoairline where to add the new city to |
city |
city name in english of the new city |
country |
country name in english of the new city |
geoairline
1 2 | b2t <- geoairline("Berlin", "Germany", "Tokyo", "Japan")
b2t2r <- geoairline_addcity(b2t, "Rio de Janeiro", "Brazil")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.