cite_fude {fude} | R Documentation |
Generate Citation Text for Fude Polygon Data
Description
Generates citation text in Japanese and English for Fude Polygon Data.
Usage
cite_fude(data)
Arguments
data |
A list or data frame containing Fude Polygon data. |
Value
A list with two elements: ja
for Japanese citation text and en
for English citation text.
Examples
data <- list(fude = data.frame(issue_year = c(2021, 2020), boundary_edit_year = c(2019, 2020)))
cite_fude(data)
[Package fude version 0.3.7 Index]