find_resurrection: Find resurrected stems

View source: R/census_data_error.r

find_resurrectionR Documentation

Find resurrected stems

Description

Find resurrected stems, i.e., L -> U -> L or L -> D -> L.

Usage

find_resurrection(
  census_data,
  stem_id_column = "stem_id",
  deprecated_column = "修正済み",
  ld_column = "ld",
  year_column = "year",
  census_column = "s_date"
)

Arguments

census_data

a data.frame having census data.

stem_id_column

a character specifying the column name of stem ID.

deprecated_column

a character specifying the column name of deprecated records.

ld_column

a character specifying the column name of alive/dead/unknown status.

year_column

a character specifying the column name of year.

census_column

a character specifying the column name of census date.

Value

a list of data.frames for resurrected stems.


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