Skip to content

Commit 9bff96f

Browse files
committed
add missing param
1 parent 486b086 commit 9bff96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/flowlayers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ get_layer_internal <- function (net, from = "subway", to = "disperse", data_dir)
9090

9191
# return all pairwise combinations of flow layer categories, removing any that
9292
# have already been calculated
93-
from_to_pairs <- function ()
93+
from_to_pairs <- function (data_dir)
9494
{
9595
categories <- c ("subway", "centrality", "residential", "transportation",
9696
"sustenance", "entertainment", "education", "healthcare")

0 commit comments

Comments
 (0)