View source: R/parse-articles.R
get_node_text | R Documentation |
Internal helper function to extract text from html/xml node. Not to be called directly (used by other functions in the package).
get_node_text(html_doc, xpaths, collapse = F)
html_doc |
html/xml document from |
xpaths |
character vector with xpath expressions |
collapse |
boolean join list of characters by blank space |
character (no result: "" when collapse = TRUE
else character(0)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.