create_etl_package | R Documentation |
Create an ETL package skeleton
create_etl_package(...)
... |
arguments passed to |
Extends create_package
and places a template source file in
the R subdirectory of the new package. The file has a working stub of etl_extract
.
The new package can be built immediately and run.
New S3 methods for etl_transform
and etl_load
can be added if
necessary, but the default methods may suffice.
etl_extract
, etl_transform
, etl_load
## Not run:
path <- file.path(tempdir(), "scorecard")
create_etl_package(path)
## End(Not run)
# Now switch projects, and "Install and Restart"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.