| complete_remote_branch | R Documentation |
This function constructs a reference string for a remote branch in a version control system like Git. It returns a formatted string combining the remote name and a specified branch or reference.
complete_remote_branch(remote, remoteref = "HEAD")
remote |
A character string representing the name of the remote repository (e.g., |
remoteref |
A character string representing the branch or reference within the remote repository.
Default is |
A character string. If remoteref is "HEAD", it returns just the remote string. If
remoteref is not "HEAD", it returns a string in the format "remote@remoteref".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.