mig_tibble {migest} | R Documentation |
Helper function to format migration input
Description
Helper function to format migration input
Usage
mig_tibble(m, orig = "orig", dest = "dest", flow = "flow")
Arguments
m |
A |
orig |
Character string of the origin column name (when |
dest |
Character string of the destination column name (when |
flow |
Character string of the flow column name (when |
Value
Formatted tibble
[Package migest version 2.0.5 Index]