vizSkeleton: vizlab vizSkelton

Description Usage Arguments Examples

Description

Create a skeleton for a new visualization

Usage

1
vizSkeleton(name = "cool-viz", path = ".")

Arguments

name

character vector containing viz name

path

character vector of path to create skeleton

Examples

1
2
3
path <- file.path(tempdir(), "test")
vizSkeleton(name="test", path=path)
file.remove(path) # cleanup

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