.find_NA_coercions | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.