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