강의

멘토링

커뮤니티

Inflearn Community Q&A

yhahn021693's profile image
yhahn021693

asked

Web Crawling with R - Introduction

클리앙 강의 시 문의 드립니다.

Written on

·

252

0

문의 드립니다.

  1. 클리앙 강의 듣고 있습니다.

  2. 코드

    b2 <- b[str_detect(b,"subject_fixed")]

    title <- str_extract(b2,("(?<=\">).*(?=</span>)")) #정규 표현식 ">로 시작해서 </span> 끝나는 것들의 가운데를 뽑는다"

    b2

 

3. 실제 출력

[2] "\t\t\t\t\t\t<span class=\"subject_fixed\" data-role=\"list-title-text\" title=\"샤오미 밴드 7 프로 쿠팡 떴네요.\">"

  1. 온라인 강의 출력의 경우

    앞 내용이 들어가고 ....</span>"

 

문의내용

온라인 강의 시 4번 처럼 </span>" 끝나야 하나 3번 처럼 출력이 되어 문의 드립니다

웹-크롤링R

Answer

This question is waiting for answers
Be the first to answer!
yhahn021693's profile image
yhahn021693

asked

Ask a question