Learn R Programming

boilerpipeR (version 1.3.2)

content: Wordpress generated Webpage (retrieved from Quantivity Blog https://quantivity.wordpress.com). Content is saved as character and ready to be extracted.

Description

Wordpress generated Webpage (retrieved from Quantivity Blog https://quantivity.wordpress.com). Content is saved as character and ready to be extracted.

Arguments

References

https://quantivity.wordpress.com

Examples

Run this code
# NOT RUN {
#Data set has been generated as follows:
# }
# NOT RUN {
library(RCurl)
url <- "https://quantivity.wordpress.com/2012/11/09/multi-asset-market-regimes/"
content <- getURL(url)
content <- iconv(content, "UTF-8", "ASCII//TRANSLIT")
save(content, file = "content.rda")
# }

Run the code above in your browser using DataLab