Skip to contents

Get the HTTPS URL for the git remote of a repo at code.usgs.gov

Usage

get_usgs_gitlab_url(remote_name = "origin")

Arguments

remote_name

chr; name of the git remote. The default is "origin".

Value

a character sting of the HTTPS URL to the remote repo

Examples

if (FALSE) { # \dontrun{
get_usgs_gitlab_url("origin")
} # }