is_ARPALdf {ARPALData} | R Documentation |
Check if a given object belongs to class 'ARPALdf'
Description
'is_ARPALdf' checks if the input object belongs to the class 'ARPALdf'
Usage
is_ARPALdf(Data)
Arguments
Data |
Object to check if the class of a dataframe is 'ARPALdf', i.e. ARPAL dataframe. |
Value
The function returns 'True' if the object is of class 'ARPALdf' and it returns 'False' if the object isn't of class 'ARPALdf'
Examples
d <- get_ARPA_Lombardia_AQ_registry()
is_ARPALdf(d)
[Package ARPALData version 1.5.2 Index]