createMakeRulePair: Make the common rule pair relating IDs to files to commands

Description Usage Arguments

View source: R/createMakefiles.R

Description

Make the common rule pair where the item ID is a symbolic target that depends on the file, and the file depends on the scripts, args, dependencies, etc. listed in item.info

Usage

1
createMakeRulePair(item.info, block, concat = TRUE)

Arguments

item.info

viz.yaml item info as from getContentInfo

block

length 1 character designating the block for which to make the rule pair

concat

logical. Should the rules be concatenated into a single string (TRUE) or left as a list of two rules (FALSE)?


USGS-VIZLAB/vizlab documentation built on July 10, 2019, 12:08 a.m.