크롤링에 '크'도 모르는 내가 네이버 카페를 크롤링 해보려니 건건이 막힌다.
R의 달인이라 할만한 신입사원(뭔가 모순 느낌이...)에게 네이버 카페 크롤링 해본 적 있으면 소스 좀 달라고 해서 얻은 소스.
허나...
ㅋㅋㅋ
오류날걸 알면서 그냥 주는 우리 신입님...
알아서 공부해서 쓰라는거지뭐....
근데 첫 문장 checkForServer() 부터 막히니
이거 원......
> checkForServer()
Error: checkForServer is now defunct. Users in future can find the function in
file.path(find.package("RSelenium"), "examples/serverUtils"). The
recommended way to run a selenium server is via Docker. Alternatively
see the RSelenium::rsDriver function.
뭐래... 다른 방법을 쓰라는데... 뭔지 찾아보자.
일단 RSelenium 이 뭔지를 알아야겠다.
https://cran.r-project.org/web/packages/RSelenium/vignettes/RSelenium-basics.html
여기 가면 친절히 설명되어있고
크롬은 더 친절하게 한글로 번역해준다.
한번에 쓰기에 좀 길어질 것 같으니 다음 편에 계속...