Giter Site home page Giter Site logo

jobbr's People

Contributors

dashee87 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

jobbr's Issues

jobSearch does not return all job posts, despite all=TRUE

Thanks for this great tool, I have been using it a lot. I am having some problems to find all jobs for big countries, it seems that the searches return a maximum of 1025 unique jobs, despite using the all=TRUE option. (the search also returns many duplicated job posts, I filtered them manually for unique jobkeys.)

Below is an example of the searches I did, I got 1025 unique jobs both for the US and for California only.

Thanks a lot for any suggestions on this issue!

Code:

search for all US data science jobs (17'100 on 2/8/2017)

ds_us <-jobSearch(publisher=key, "data+scientist", country = 'us', all=TRUE)

filter for unique jobs (1025 jobs left)

ds_us_unique <- ds_us[!duplicated(ds_us$results.jobkey),]

search for all data science jobs in California (3'975 jobs on 2/8/2017):

ds_ca <-jobSearch(location= 'CA', publisher=key, "data+scientist", country = 'us', all=TRUE)

filter for unique jobs (again 1025 jobs left)

ds_ca_unique <- ds_ca[!duplicated(ds_ca$results.jobkey),]

Error: 'rbind.pages' is not an exported object from 'namespace:jsonlite'

Hi David,
Recently when I used the jobbR package, I came across the following issue:

EAud = jobSearch(publisher="7166112120222773", query="energy+auditor",
country = "us", all = TRUE, sort="date", fromAge = "90")
Error: 'rbind.pages' is not an exported object from 'namespace:jsonlite'

Do you have any idea what happened, and how to avoid it?

Best regards,
On

Problem with installation

I am trying to install this web wrapper for my project. However, when I tried to install it, there is always an error message in R says "Error in 'git2r_clone': Unable to authenticate with supplied credentials" Would you please help me with that issue? thanks

Install problem

I would love to try out the wrapper --

download works fine, then hangs on install with this message:

Error: Don't know how to decompress files with extension 2.1

I seem to have all the dependent packages, so I'm not sure what else I can do. Any clues?

Thanks.

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.