Skip to contents

Assemble private FOKUS repository URL

Usage

url_repo_private(..., .branch = repo_private_default_branch)

Arguments

...

Optional path components added to the base URL.

.branch

Git branch name to use in URL. A character scalar. Only relevant if ... is non-empty.

Value

A character scalar.

See also

Other private FOKUS repository functions: print_private_repo_structure(), read_private_file(), write_private_file()

Examples

fokus:::url_repo_private("generated")
#> [1] "https://gitlab.com/c2d-zda/private/fokus_private/-/tree/master/generated/?ref_type=heads"