View source: R/census_data_error.r
find_resurrection | R Documentation |
Find resurrected stems, i.e., L -> U -> L or L -> D -> L.
find_resurrection(
census_data,
stem_id_column = "stem_id",
deprecated_column = "修正済み",
ld_column = "ld",
year_column = "year",
census_column = "s_date"
)
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. |
a list of data.frames for resurrected stems.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.