xpathTextR {NHSDataDictionaRy}R Documentation

xpathTextR function

Description

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

Usage

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


[Package NHSDataDictionaRy version 1.2.5 Index]