R/internals.R
test_if_dataframe.Rd
Test if input is a data.frame
test_if_dataframe(x)
object
an error if input (x) is not a data.frame
# NOT RUN { # success test_if_dataframe(airquality) #fail test_if_dataframe(AirPassengers) # }