Description Usage Arguments Details Value See Also Examples
View source: R/Quandlpointintime.R
Retrieves Point In Time Data from the Quandl PIT endpoint. As of date is used to see the table as it was at a specific point in time in the past.
1 | Quandl.pit.asofdate(datatable_code, start_date, paginate = FALSE, ...)
|
datatable_code |
Datatable code on Quandl specified as a string. |
start_date |
Lower date as a string. |
paginate |
When set to TRUE, fetches up to 1,000,000 rows of data |
... |
Additional named values that are interpreted as Quandl API parameters. |
Set your api_key
with Quandl.api_key
function. For instructions on finding your api key go to https://www.quandl.com/account/profile
Returns a data.frame.
1 2 3 4 | ## Not run:
Quandl.pit.asofdate('RSM/MSB', '2020-06-11', paginate=TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.