Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.12 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.12 KB

dpdeploy

Lifecycle: experimental R-CMD-check

The goal of dpdeploy is to simplify and standardize how a data product is deployed to a remote data platform or repository.

Installation

For released version

remotes::install_github("amashadihossein/dpdeploy")

For dev version

remotes::install_github("amashadihossein/dpdeploy", ref = "dev")

Example

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>")

Related documentation