salaries_qt: Gives a dataframe of the 25th, 50th, and 75th salary...

Description Usage Arguments Value Examples

View source: R/interface-funcs.R

Description

Gives a dataframe of the 25th, 50th, and 75th salary percentiles for jobs in a given city

Usage

1
salaries_qt(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

a dataframe where each row is a job, and the columns are salary percentiles

Examples

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

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