## only the scalar and numeric tests
inputs1 <- test_inputs(use = c("scalar", "numeric"))
## everything but the data, raw and list tests
inputs2 <- test_inputs(skip = c("date", "raw", "list"))
## print the valid input classes
test_inputs("help")
Run the code above in your browser using DataLab