# NOT RUN {
ev <- et(amt = 3, ii = 24, until = 240)
print(ev)
etExpand(ev) # expands event table, but doesn't modify it
print(ev)
ev$expand() ## Expands the current event table and saves it in ev
# }
Run the code above in your browser using DataLab