View source: R/census_data_error.r
find_unknown_with_measurements | R Documentation |
Find records of a stem in a year with unknown and measured value(s).
find_unknown_with_measurements(
census_data,
stem_id_column = "stem_id",
ld_column = "ld",
deprecated_column = "修正済み",
year_column = "year",
unknown_code = "U",
measurements = c("gbh", "cls")
)
census_data |
census data. |
stem_id_column |
a character specifying the column name of stem ID. |
ld_column |
a character specifying the column name of alive/dead/unknown status. |
deprecated_column |
a character specifying the column name of deprecated records. |
year_column |
a character specifying the column name of year. |
unknown_code |
a character specifying unknown code. |
measurements |
a character vector specifying the column names having measurements. |
a data.frame having records of stems having both unknown and measurements in a year. Returns NULL if no record was detected.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.