xpathTextR: xpathTextR function

Description Usage Arguments Value

View source: R/xpathTextR.R

Description

Returns xpath text from websites and can be used to access specific HTML nodes

Usage

1
xpathTextR(url, xpath, ssl_needed = FALSE)

Arguments

url

The link for the website

xpath

The xpath string derived by using the Inspect functionality in a web browser.

ssl_needed

Default - FALSE - Boolean to indicate whether to need a SSL certificate

Value

A list with the results of scraping the specific xpath element


NHSDataDictionaRy documentation built on July 9, 2021, 5:08 p.m.