inspect(object, ...)## S3 method for class 'list':
inspect(object, max.level = 2, ...)
## S3 method for class 'character':
inspect(object, ...)
## S3 method for class 'logical':
inspect(object, ...)
## S3 method for class 'numeric':
inspect(object, ...)
## S3 method for class 'factor':
inspect(object, ...)
## S3 method for class 'POSIXt':
inspect(object, ...)
## S3 method for class 'data.frame':
inspect(object, select = TRUE,
digits = getOption("digits", 3), ...)
## S3 method for class 'inspected_data_frame':
print(x, digits = NULL, ...)
FUN
is applied. If a function,
it should take a vector as input and return a single logical. See examples here and
at link{dfap
inspect(Births78)
inspect(Births78, is.numeric)
Run the code above in your browser using DataLab