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
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.