area_link: Gives the html link of a city or country in the Teleport API

Description Usage Arguments Value Examples

View source: R/interface-funcs.R

Description

Use function city_lookup() to see available cities and country_lookup() to see available countries

Usage

1
area_link(area, type = "city")

Arguments

area

Either a city or country name, must be given as a string, the first letter must be capitalized

type

"city" by default. A string indicating if the area is a city or country, use "country".

Value

an html link for the salaries of the given area

Examples

1
2
area_link("San Diego")
area_link("United States", "country")

DeclanMolony/teleporrrt documentation built on May 12, 2020, 1:02 a.m.