parse: Wrapper/Convenience function to ensure right encoding for...

Description Usage Arguments

View source: R/parser.R

Description

Depending on specified type one of the following parser functions is called:

XML

xmlInternalTreeParse

HTML

htmlTreeParse

JSON

fromJSON

Usage

1
parse(..., asText = TRUE, type = c("XML", "HTML", "JSON"))

Arguments

...

arguments to be passed to specified parser function

asText

defines if input should be treated as text/character, default to TRUE

type

either "XML", "HTML" or "JSON". Defaults to "XML"


tm.plugin.webmining documentation built on May 2, 2019, 1:10 p.m.