is_ARPALdf_W {ARPALData}R 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)


[Package ARPALData version 1.5.2 Index]