View source: R/census_data_error.r
find_multiple_measurements | R Documentation |
Find multiple measurement for each ID in each year.
find_multiple_measurements(
census_data,
year_column = "year",
deprecated_column = "修正済み",
census_type_column = "調査種別",
id_columns = c("stem_id", "tag_no", "Aタグ")
)
census_data |
a data.frame having census data. |
year_column |
a character specifying the column name of year. |
deprecated_column |
a character specifying the column name of deprecated records. |
census_type_column |
a character specifying the column name of census type. |
id_columns |
character vector specifying the name(s) of column(s) containing ID(s). |
A list having records of multiple measurements detected for each ID specified as id_columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.