vizmake: Build a visualization project

Description Usage Arguments

View source: R/vizmake.R

Description

This is the front-line function to call when you want to build all or part of a visualization.

Usage

1
vizmake(target_names = NULL, webpack_build_cfg = "start", ...)

Arguments

target_names

names of targets to build, or NULL for the default, as passed to remake::make()

webpack_build_cfg

character string indicating which script to run from the webpack package.json file, e.g. "dev", "prod", "watch", etc. Must exist in the package.json file for your viz. Defaults to start.

...

arguments passed to remake::make() (besides target_names, above, or remake_file, which is fixed at 'remake.yaml')


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