createMakeItem: Make a collection of makefile rules appropriate to a...

Description Usage Arguments

View source: R/createMakefiles.R

Description

Make a collection of makefile rules appropriate to a data/figure item

createMakeItem.fetch: create makefile rules for an item in the fetch block of viz.yaml

createMakeItem.process: create makefile rules for an item in the process block of viz.yaml

createMakeItem.parameter: create makefile rules for an item in the parameter block of viz.yaml

createMakeItem.visualize: create makefile rules for an item in the visualize block of viz.yaml

createMakeItem.publish: create makefile rules for an item in the publish block of viz.yaml

createMakeItem.visualize: create makefile rules for an item in the visualize block of viz.yaml

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
createMakeItem(item.info, ...)

## Default S3 method:
createMakeItem(item.info, ...)

## S3 method for class 'fetch'
createMakeItem(item.info, ...)

## S3 method for class 'process'
createMakeItem(item.info, ...)

## S3 method for class 'parameter'
createMakeItem(item.info, ...)

## S3 method for class 'visualize'
createMakeItem(item.info, ...)

## S3 method for class 'publish'
createMakeItem(item.info, ...)

## S3 method for class 'makefile'
createMakeItem(item.info, ...)

Arguments

item.info

viz.yaml item info as from getContentInfo

...

other args passed to makeMakeItem methods


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