Make dp params to connect to the Data Product Board. This is needed prior to interacting with the content of the board.
Usage
dp_make_params(
github_repo_url,
repo_token = Sys.getenv("GITHUB_PAT"),
branch_name = NULL
)
Examples
if (FALSE) { # \dontrun{
github_repo_url <- "https://github.com/<USERNAME>/<REPOSITORY NAME>"
dp_params <- dp_make_params(github_repo_url = github_repo_url,
repo_token = Sys.getenv("GITHUB_PAT"))
} # }