View source: R/generic_error.r
find_data_inconsistency | R Documentation |
Find records having multiple values for a given ID, such as different quadrat codes, individual ids, species, etc.
find_data_inconsistency(
data,
id_columns,
data_columns = c("Q", "ind_id", "species", "x", "y"),
deprecated_column = "修正済み"
)
data |
a data.frame to be checked. |
id_columns |
a character vector representing the name(s) of column(s) used as ID(s). |
data_columns |
a character vector specifying the names of columns to check consistency. |
deprecated_column |
a character specifying the name of column showing deprecated records. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.