find_multiple_measurements: Find multiple measurement

View source: R/census_data_error.r

find_multiple_measurementsR Documentation

Find multiple measurement

Description

Find multiple measurement for each ID in each year.

Usage

find_multiple_measurements(
  census_data,
  year_column = "year",
  deprecated_column = "修正済み",
  census_type_column = "調査種別",
  id_columns = c("stem_id", "tag_no", "Aタグ")
)

Arguments

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).

Value

A list having records of multiple measurements detected for each ID specified as id_columns.


Marchen/r_ogawa documentation built on July 5, 2025, 6:29 a.m.