standardize_dehtmlize | R Documentation |
The method is about 1/3 faster than htmlParse but it is still quite slow
standardize_dehtmlize(
x,
as_single_string = FALSE,
as_single_string_sep = "#_|",
use_read_xml = FALSE,
...
)
x |
object (table) |
as_single_string |
If set then collapse characters in the main column of the |
as_single_string_sep |
delimiter for collapsed strings to uncollapse it later. Default is "#_|". |
use_read_xml |
If set the it will parse XML. Default is FALSE which means it parses HTML |
... |
Arguments passed on to
|
updated object
http://stackoverflow.com/questions/5060076
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.