TextFromHtml: Text from html

Description Usage Arguments Value

Description

Extracts the text attribute from an html node depending on the type and the desired quantity of selectors

Usage

1
TextFromHtml(html, selector, names, sep = " ")

Arguments

html

an html node

selector

the type of html selector ("class" or "id")

names

the possible names of the selector you are looking for (the first not null is selected)

sep

a separator, the symbol to replace the html text spaces between words (" " by default)

Value

the plain text extracted from the html element


andresfpc/KDViz documentation built on May 12, 2019, 3:35 a.m.