nhs_data_elements: NHS data elements method

Description Usage Details Value Examples

View source: R/nhs_data_elements.R

Description

Searches all the data elements in the data element index of the NHS data dictionary and returns the links.

Usage

1

Details

This function has no input parameters and returns the

Value

A tibble (class data frame) with the results of scraping the NHS Data Dictionary website for the data elements look ups, if no return this will produce an appropriate informational message.

Examples

1
2
nhs_data_lookup <- nhs_data_elements()
head(nhs_data_lookup, 10)

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