map_ready_df: Indeed data frame

Description Usage Arguments Examples

View source: R/Map_plot_function.R

Description

Create a data frame with indeed jobs and their corresponding latitude longitude based on the city
Please make sure you use the following code in order to have the data for the appropriate job category:
- final_indeed_data <- readRDS(file = here :: here("final_indeed_data.rds")) where the Data Frame comes from the (prepared Data) folder

Usage

1
map_ready_df(final_indeed_data, cities_coord)

Arguments

final_indeed_data

A Data Frame scraped using the indeed_scraping function

cities_coord

A Data Frame with swiss cities names and respective Latitude/Longitude, also provided with this package

Examples

1
map_ready_df(indeed_data)

Ferdi28/group6project documentation built on Dec. 23, 2019, 10:16 p.m.