cite_fude | R Documentation |
Generates citation text in Japanese and English for Fude Polygon Data.
cite_fude(data)
data |
A list or data frame containing Fude Polygon data. |
A list with two elements: ja
for Japanese citation text and en
for English citation text.
data <- list(fude = data.frame(issue_year = c(2021, 2020), boundary_edit_year = c(2019, 2020)))
cite_fude(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.