nhs_data_elements {NHSDataDictionaRy}R Documentation

NHS data elements method

Description

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

Usage

nhs_data_elements()

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

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

[Package NHSDataDictionaRy version 1.2.5 Index]