# \dontshow{
data("ITS")
# sampling is online done
# because otherwise the example takes too long
# in the CRAN check
ind=sample(length(ITS),1000)
InspectVariable(ITS[ind],Name='Income in EUR',main='ITS')
# }
# \donttest{
data("ITS")
InspectVariable(ITS,Name='Income in EUR',main='ITS')
# }
Run the code above in your browser using DataLab