Learn R Programming

ARPALData (version 1.6.1)

is_ARPALdf_W: 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)

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'

Arguments

Data

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

Examples

Run this code
d <- get_ARPA_Lombardia_W_registry()
is_ARPALdf_W(d)

Run the code above in your browser using DataLab