nhs_table_findeR: nhs_table_findeR function

Description Usage Arguments Value Examples

View source: R/nhs_table_findeR.R

Description

This function uses the tableR parent function to return a table of elements, specifically from the NHS Data Dictionary

Usage

1
nhs_table_findeR(data_element_name, ...)

Arguments

data_element_name

The data element name from NHS Data Dictionation i.e. ACCOMMODATION STATUS CODE

...

Function forwarding to parent function to pass additional arguments to function (e.g. title, add_zero_prefix)

Value

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

Examples

1
2
3
#Returns a tibble from tableR parent function
nhs_table_findeR("ACCOMMODATION STATUS CODE", title="ACCOM_STATUS")
nhs_table_findeR("accommodation status code") #Changes case to match

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