R/dsl_logo_url.R

#' JHU DSL logo URL
#'
#' @return Character vector
#' @export
#'
#' @examples
#' dsl_logo_url()
dsl_logo_url = function() {
  url = "http://jhudatascience.org/images/logo.png"
  # url = "http://johnmuschelli.com/jhudsl/inst/jhudsl_logo.png"
  return(url)
}
muschellij2/jhudsl documentation built on May 14, 2019, 5:29 p.m.