Extending from @Robinlovelace's #325, the input structures for the dodgr_flows_aggregate() function could be improved by allowing from, to, and flows to be columns of a single data.frame-like input, instead of current clunky version requiring from and to as vectors, and flows as a separate matrix.
Extending from @Robinlovelace's #325, the input structures for the
dodgr_flows_aggregate()function could be improved by allowingfrom,to, andflowsto be columns of a singledata.frame-like input, instead of current clunky version requiringfromandtoas vectors, andflowsas a separate matrix.