dashee87 / jobbR

R wrapper for the Indeed API
MIT License
28 stars 7 forks source link

update rbind.pages to rbind_pages. #5

Open JustinMShea opened 6 years ago

JustinMShea commented 6 years ago

Fix the following error which results from calling the jobSearch() function. The error is a result from updates to the jsonlite::rbind.pages dependency, which has been deprecated and change to rbind_pages.

Warning message:
'jsonlite::rbind.pages' is deprecated.
Use 'rbind_pages' instead.
See help("Deprecated")