powered by
'is_ARPALdf_W' checks if the input object belongs to the class 'ARPALdf_W'
is_ARPALdf_W(Data)
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'
Object to check if the class of a dataframe is 'ARPALdf_W', i.e. ARPAL dataframe for weather data.
d <- get_ARPA_Lombardia_W_registry() is_ARPALdf_W(d)
Run the code above in your browser using DataLab