tableR: tableR function

Description Usage Arguments Value

View source: R/tableR.R

Description

This function uses the scapeR parent function to return a table of elements

Usage

1
tableR(url, xpath, title = "Not Specified", add_zero_prefix = FALSE, ...)

Arguments

url

The URL of the website to scrape the table element from

xpath

The unique xpath of the HTML element to be scraped

title

Unique name for the relevant HTML table that has been scraped

add_zero_prefix

Adds zero prefixes to certain codes that get converted by native functions

...

Function forwarding to parent function to pass additional arguments to function

Value

A tibble (class data.frame) output from the results of the web scrape


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