get_data_source_plan: Get the Data Plans

Description Usage Value Examples

Description

Use drake_plan to create the data plans.

Usage

1

Value

a drake plan

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# Print one of the external data plans

get_data_cache_plan()


# Make the plan, load a target, print the target

## Not run: 

data_plans <- bind_plans(get_data_source_plan(), get_data_cache_plan())

make(data_plans)

readd(kc_boundary)

## End(Not run)

tiernanmartin/NeighborhoodChangeTypology documentation built on May 17, 2019, 1:02 p.m.