View source: R/arrange_hub_name.R
arrange_hub_name | R Documentation |
複数の和名(hub_plus)がある場合,重複のないように整理. 広義と狭義の両方があるときは,「/」区切りで出力. wamei_check.R ではmessageだが,実質は和名の一覧.
arrange_hub_name(x)
x |
整理する和名 |
string 和名の候補一覧の「,」(全角)区切り. カタカナ部分が共通で広義と狭義ともある場合は「ワメイ広義/狭義」.
library(stringi)
x <- "\\u30ef\\u30e1\\u30a4/\\u5e83\\u7fa9\\uff0c\\u30ef\\u30e1\\u30a4/\\u72ed\\u7fa9"
x <- stringi::stri_unescape_unicode(x)
arrange_hub_name(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.