fill_another_name_id: another_name_IDの空欄を埋める

View source: R/fill_another_name_id.R

fill_another_name_idR Documentation

another_name_IDの空欄を埋める

Description

jn_masterのanother_name_IDが空欄の場合,common_nameごとで五十音順で0から 順番にIDを付与する.

Usage

fill_another_name_id(jn_master)

Arguments

jn_master

和名チェックリストの「JN_dataset」シートのデータ

Value

tibble.another_name_IDの空欄を埋めたjn_master

Examples

jn_master %>%
  tibble::as_tibble() %>%
  dplyr::rename_with(~stringr::str_replace_all(., "[ /]", "_")) %>%
  dplyr::rename_with(~stringr::str_remove_all(., "[()]")) %>%
  fill_another_name_id()


matutosi/wameicheckr documentation built on Aug. 14, 2024, 4:39 p.m.