load.sfg: load.sfg

Description Usage Arguments

View source: R/graph-and-ergm-fcns.R

Description

load.sfg

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
load.sfg(
  .czs,
  min.flows = 10,
  tracts.or.groups = c("ct", "bg"),
  trim.loops = T,
  year = "2019",
  ddir = Sys.getenv("drop_dir"),
  sfg.dir = "sfg-processed/orig_dest_annual/",
  ...
)

Arguments

min.flows

flow floor to immediately filter to. Default 10.

tracts.or.groups

Aggregate to census tract (ct) or leave at block group (bg)

trim.loops

whether to trim loops, where origin==dest. Default true.

year

year to load for. Default 2019.

ddir, sfg.dir

location of safegraph data, saved by cz.


kmcd39/divflow documentation built on Dec. 21, 2021, 7:38 a.m.