q_price_single_safe <- function(ticker,
start_date = NULL,
end_date = NULL,
frequency = NULL){
safe_q_price <- safely(q_price_single)
result <- safe_q_price(ticker = ticker,
start_date = start_date,
end_date = end_date,
frequency = frequency)
result$result
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.