View source: R/reverse-map-seq.R
| reverse_map_seq | R Documentation | 
*_map_seq() processreverse_map_seq() takes the output of a function created by
function_map_seq() and reconstructs the original data frame.
See audit_seq(), which takes reverse_map_seq() as a basis.
reverse_map_seq(data)
| data | Data frame that inherits the  | 
The reconstructed tibble (data frame) which a factory-made
*_map_seq() function took as its data argument.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.