check_id_defined {DIETCOST} | R Documentation |
ID mismatch check
Description
Checks if a given food has an ID assigned but is absent in another dataset.
Usage
check_id_defined(df1, df2, value)
Arguments
df1 |
First dataframe. |
df2 |
Second dataframe. |
value |
Dataset name. |
Value
No return, only performs a check.
[Package DIETCOST version 1.0.0.0 Index]