find_bagyo | R Documentation |
Find cyclones information
find_bagyo(.year = NULL, .category = NULL)
.year |
An integer value for a year or a vector of years of cyclones data to retrieve. Default to NULL to retrieve all years. |
.category |
A character value or a vector of category code/s or category name/s to retrieve. Default to NULL to retrieve all categories |
A data.frame of cyclones information based on specified year
and
category
find_bagyo()
find_bagyo(.year = 2017)
find_bagyo(.category = "TD")
find_bagyo(.year = 2017, .category = "TD")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.