R/get_claudios_github_username.R

Defines functions get_claudios_github_username

Documented in get_claudios_github_username

#' Get Claudio's GitHub username
#' @return Claudio's GitHub username
#' @examples
#' library(testthat)
#'
#' username <- get_claudios_github_username()
#' expect_equal("janclod", username)
#' @author Claudio Tiecher
#' @export
get_claudios_github_username <- function() {
  "janclod"
}
janclod/hikeguide documentation built on Sept. 2, 2020, 12:05 a.m.