Learn R Programming

bagyo (version 0.1.1)

find_bagyo: Find cyclones information

Description

Find cyclones information

Usage

find_bagyo(.year = NULL, .category = NULL)

Value

A data.frame of cyclones information based on specified year and category

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

Examples

Run this code
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