# S3 method for tna_data
print(x, data = "sequence", ...)
Value
x (invisibly).
Arguments
x
A tna_data object.
data
A character string that defines the data to be printed
tibble. Accepts either "sequence" (default) for wide format sequence data,
"meta", for the wide format metadata, or "long" for the long format
data.
...
Arguments passed to the tibble print method.
See Also
Other data:
import_data(),
prepare_data(),
simulate.tna()
res <- prepare_data(group_regulation_long, action = "Action", actor = "Actor",
time = "Time")
print(res, which = "sequence")
print(res, which = "meta")
print(res, which = "long")