powered by
*_map_seq()
reverse_map_seq() takes the output of a function created by function_map_seq() and reconstructs the original data frame.
reverse_map_seq()
function_map_seq()
See audit_seq(), which takes reverse_map_seq() as a basis.
audit_seq()
reverse_map_seq(data)
The reconstructed tibble (data frame) which a factory-made *_map_seq() function took as its data argument.
data
Data frame that inherits the "scr_map_seq" class.
"scr_map_seq"
# Originally reported summary data... pigs1 # ...GRIM-tested with varying inputs... out <- grim_map_seq(pigs1, include_consistent = TRUE) # ...and faithfully reconstructed: reverse_map_seq(out)
Run the code above in your browser using DataLab