R/f_ticker.R

Defines functions f_ticker

Documented in f_ticker

#' This function returns the ticker for a stock
#' @param stock A string providing the stock name
#'
#' @return A string with the ticker code
#' @export
#' 

f_ticker <- function(stock) {
  return(stock)
}
kristian-bak/kb.modelling documentation built on Dec. 21, 2021, 7:46 a.m.