find_bagyo {bagyo} | R Documentation |
Find cyclones information
Description
Find cyclones information
Usage
find_bagyo(.year = NULL, .category = NULL)
Arguments
.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 |
Value
A data.frame of cyclones information based on specified year
and
category
Examples
find_bagyo()
find_bagyo(.year = 2017)
find_bagyo(.category = "TD")
find_bagyo(.year = 2017, .category = "TD")
[Package bagyo version 0.1.1 Index]