Hi all,
I am new to R so I apologize if this is easy and straight forward. I have successfully read a web page into a character vector. I want to strip this string down to a smaller segment so I can extract some data. So far, so easy.
The problem is that I am new to regex and R, so this has been pretty hard for me. I simply want to shorten the string such that it includes everything between the
<div class="appForm"
and
</div>
For some reason, I am having a hard time using the stringr package and ?str_match.
Any help - more efficient solutions - will be very much appreciated. A newbie at web scraping, but determined to stay within R.