Skip to contents

This command pulls the data product from a remote repo

Usage

dp_pull(project_path = fs::path_wd())

Arguments

project_path

Path to the project folder (default is working directory)

Value

TRUE

Examples

 if (FALSE) { # \dontrun{
Sys.setenv("GITHUB_PAT" = keyring::key_get("GITHUB_PAT"))
dp_pull()
} # }