R/q_price.R

Defines functions q_price

q_price <- function(ticker,
                    start_date = NULL,
                    end_date = NULL,
                    frequency = NULL){



df <- map_dfr(.x = ticker,
          .f = q_price_single_safe,
          start_date = start_date,
          end_date = end_date,
          frequency = frequency)
df

}
zac-garland/equityresearch documentation built on July 30, 2020, 2:29 p.m.