powered by
Find cyclones information
find_bagyo(.year = NULL, .category = NULL)
A data.frame of cyclones information based on specified year and category
year
category
An integer value for a year or a vector of years of cyclones data to retrieve. Default to NULL to retrieve all years.
A character value or a vector of category code/s or category name/s to retrieve. Default to NULL to retrieve all categories
find_bagyo() find_bagyo(.year = 2017) find_bagyo(.category = "TD") find_bagyo(.year = 2017, .category = "TD")
Run the code above in your browser using DataLab