Makes a query for the WRDS server, and saves the resulting dataset to disk.
1 2 | WRDSDownload(qstr, nobs = -1, con = wrds, out.dir = data.dir,
dt.format = TRUE)
|
qstr |
A vector of three strings: (i) name of source dataset, (ii) query for data to be pulled, (iii) query for variable names or supplied variable names. |
nobs |
Number of observations to download (default is all). |
con |
Name of the connection (default wrds). |
out.dir |
Path to directory for saving downloaded dataset. |
dt.format |
Should the saved dataset be in data.table format? Default is TRUE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.