is_ARPALdf_W: Check if a given object belongs to class 'ARPALdf_W'

View source: R/is_ARPALdf_W.R

is_ARPALdf_WR Documentation

Check if a given object belongs to class 'ARPALdf_W'

Description

'is_ARPALdf_W' checks if the input object belongs to the class 'ARPALdf_W'

Usage

is_ARPALdf_W(Data)

Arguments

Data

Object to check if the class of a dataframe is 'ARPALdf_W', i.e. ARPAL dataframe for weather data.

Value

The function returns 'True' if the object is of class 'ARPALdf_W' and it returns 'False' if the object isn't of class 'ARPALdf_W'

Examples

d <- get_ARPA_Lombardia_W_registry()
is_ARPALdf_W(d)


ARPALData documentation built on Sept. 26, 2023, 5:07 p.m.