View source: R/stem_data_error.r
find_missing_ids | R Documentation |
Find missing stem and individual IDs.
find_missing_ids(
stem_data,
stem_id_column = "stem_id",
individual_id_column = "ind_id"
)
stem_data |
a data.frame having stem sheet. |
stem_id_column |
a character specifying the column name of stem ID. |
individual_id_column |
a character specifying the column name of individual ID. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.