knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of dpdeploy
is to simplify and standardize how a data product is
deployed to a remote data platform or repository.
For released version
remotes::install_github("amashadihossein/dpdeploy")
For dev version
remotes::install_github("amashadihossein/dpdeploy", ref = "dev")
Assuming you have properly configured your project and workflow using dpbuild
,
only a single call is needed to deploy.
dpdeploy::dp_deploy(project_path = "<PATH_TO_PROJECT>")
daapr
: https://amashadihossein.github.io/daapr/dpbuild
: https://amashadihossein.github.io/dpbuild/dpi
: https://amashadihossein.github.io/dpi/Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.