R/utils-symbols.R

symbols_util <- function(symbols) {
  ifelse(!is.null(symbols),
    paste0(
      "&symbols=",
      paste0(symbols, collapse = ",")
    ), ""
  )
}

Try the fixerapi package in your browser

Any scripts or data that you put into this service are public.

fixerapi documentation built on May 2, 2019, 10:32 a.m.