#' Get the name of the default GitHub repository branch
#' @return a string with the name of the git branch
#' @examples
#' get_default_github_repo_branch_name()
#' @author Richèl J.C. Bilderbeek
#' @export
get_default_github_repo_branch_name <- function() { # nolint indeed a long function name
"Pheno"
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.