make_etl_job: Make an etl job by creating a directory with supporting...

Description Usage Arguments Details Examples

Description

Make an etl job by creating a directory with supporting documents

Usage

1
make_etl_job(location = ".", name)

Arguments

location

Location where the new directory will be

name

The name of the new directory

Details

This function will create a new directory with the following files in it: source.csv, join.csv, transform.csv, filter.csv, recode.csv, summarize.csv, reshape.csv, load.csv, and job.yaml.

Examples

1
makeETLjob(name = "my_new_job")

NateByers/etljobs documentation built on May 7, 2019, 6:06 p.m.