# NOT RUN {
# Data set input
hmat(security_logs,block_length = 8)
# Data Set input with top 10 blocks displayed
hmat(security_logs, top = 10, block_length = 5)
# State Vector Input
tabulate_state_vector(security_logs, block_length = 6, level_limit = 20) %>%
hmat(input = "SV")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab