create_bindings: Load remake bindings into the global environment

Description Usage Arguments

Description

create_bindings() loads bindings from remake into the global environment (.GlobalEnv). The resulting objects are "active bindings" that when accessed will fetch an object. You still need to use make() to update targets.

Conversely, delete_bindings() undoes this and deletes the bindings that remake instantiated before.

Usage

1
2
3
create_bindings(remake_file = "remake.yml")

delete_bindings(remake_file = "remake.yml")

Arguments

remake_file

Name of the remakefile to read. By default "remake.yml".


richfitz/remake documentation built on May 27, 2019, 8:27 a.m.