Description Usage Format Details
A dataframe containing information about branches with observe weather(ASOS) data. It is tbl_df type object, so "dplyr" library is recommended. The variables are as follow.
1 |
An object of class tbl_df
(inherits from tbl
, data.frame
) with 4626 rows and 7 columns.
code. numeric branch code.
startDate. date of the branch is opened.
endDate. date of the branch is expired. If empty, it means that the brach is still operated.
name. location.
long. longitude code.
lat. latitude code.
@docType data
@usage data(kma_branches)
@format A dplyr Dataframe with 7 columns and 4,626 rows
@keywords datasets
@name kma_branches
@examples data(kma_branches)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.