parse_node_text: Parse HTML Node Text

Description Usage Arguments Value

Description

Uses rvest to extract the text from a node into a list.

Usage

1
parse_node_text(xml_doc, node_name)

Arguments

xml_doc

xmldocument object for which you want a node parsed and returned as text.

node_name

Name of the node from which you wish to extract text.

Value

A list with each line of text that rvest parses


cormac85/datakindr documentation built on May 13, 2019, 1:36 a.m.