check_map_applicable: Check Map Applicable

View source: R/check_map_applicable.R

check_map_applicableR Documentation

Check Map Applicable

Description

Check if the map file is applicable for use with the associated dataset. If not applicable, will throw an error explaining why. If applicable, will return TRUE

Usage

check_map_applicable(df, map)

Arguments

df

A dataframe dataset to check against the map dataframe.

map

A map dataframe to check against the dataset.

Value

Returns a Boolean TRUE if the map is applicable for the given dataset. Otherwise will throw an error and stop.


SaeedR1987/healthyr documentation built on July 4, 2023, 11:17 p.m.