I am trying to take data that belongs to a wellknown person speech from the web. First I go to page and open it's source and I have paste it's html link to R and make it read.
after I have view the data. here how it seems>
name type Value
<html> list[2] (S3:xml_document,xml_node) List of length 2
that was the code
list <- read_html("https://linkoftext/")
How should I deal with it?