find_bagyo: Find cyclones information

View source: R/find_cyclone.R

find_bagyoR 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")


bagyo documentation built on May 29, 2024, 1:25 a.m.