# Use package-internal list of oTree data frames
oTree <- gmoTree::oTree
# Show all columns that contain only NAs
show_constant(oTree = oTree)
show_constant(oTree = oTree, value = NA)
# Show all columns that contain only -99
show_constant(oTree = oTree, value = -99)
Run the code above in your browser using DataLab