.find_NA_coercions {basecamb} | R Documentation |
Finds and locates NA values that were introduced by calling apply_data_dictionary()
on a dataframe using a data_dictionary.
.find_NA_coercions(data_raw, data, data_dictionary)
data_raw |
data.frame that was provided as input to |
data |
data.frame that is returned by |
data_dictionary |
the data_dictionary used by |
returns a dataframe with the location of introduced NA's. If no NA's were introduced an empty dataframe is returned.
Till D. Best, J. Peter Marquardt