Description Usage Arguments Value Examples
View source: R/interface-funcs.R
Gives a dataframe of the 25th, 50th, and 75th salary percentiles for jobs in a given city
1 | salaries_qt(area, type = "city")
|
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". |
a dataframe where each row is a job, and the columns are salary percentiles
1 2 | salaries_qt("San Diego")
salaries_qt("United States", "country")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.