content: Wordpress generated Webpage (retrieved from Quantivity Blog...

Description Author(s) References Examples

Description

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

Author(s)

Mario Annau

References

http://quantivity.wordpress.com

Examples

1
2
3
4
5
6
7
8
9
#Data set has been generated as follows:
## Not run: 
library(RCurl)
url <- "http://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")

## End(Not run)

boilerpipeR documentation built on May 2, 2019, 5:47 p.m.