oil_price | R Documentation |
This is oil price data from 2010 retrieved by using the following code:
oil_price <- Quandl::Quandl("OPEC/ORB", start_date="2010-01-01")
It is saved due to the fact that CRAN checks may fail if the vignette relies on an external API call.
oil_price
A data.frame
with 2 columns: Date
and Value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.