Giter VIP home page Giter VIP logo

jobsinr's Introduction

JobsInR

An R package to extract information from popular job site indeed.com

Dependencies

  • rvest
  • stringr

Installation

the package can be installed with devtools as:

# install.packages("devtools")
devtools::install_github("gpoudel/JobsInR")

#Also do not forget to install/load dependencies
#install.packages('rvest')
#install.packages('stringr')

library('JobsInR')
library('rvest')
library('stringr')

Functions

As of now the package has the following functions:

1. jobs_count(search.keyword, search.location)

This function returns the total number of jobs available.

Eg:

jobs_count('python', 'texas')
[1] 2693

2. jobs_df(search.keyword, search.location)

This function returns a dataframe. The datafrmae consists of following columns

  • Date
  • Title
  • Company
  • Location
  • Summary
  • URL

Note: This function also eliminates any duplicate entries listed on website (based on original URL), thus the number of rows in dataframe can be less than that got from using the function 'jobs_count()'.

Eg:

delphi_texas <- jobs_df('delphi', 'texas')

jobsinr's People

Contributors

gpoudel avatar

Stargazers

Adolfo Eliazat avatar

Watchers

 avatar  avatar

Forkers

adolfoeliazat

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.