inspect(object, ...)# S3 method for list
inspect(object, max.level = 2, ...)
# S3 method for character
inspect(object, ...)
# S3 method for logical
inspect(object, ...)
# S3 method for numeric
inspect(object, ...)
# S3 method for factor
inspect(object, ...)
# S3 method for Date
inspect(object, ...)
# S3 method for POSIXt
inspect(object, ...)
# S3 method for data.frame
inspect(object, select = TRUE, digits = getOption("digits", 3), ...)
# S3 method for inspected_data_frame
print(x, digits = NULL, ...)