Description Usage Arguments Value Examples
View source: R/AmerAssocIndividInvestorsAAII.R
Creates a data.frame from each file. Loads those data.frames into the .Global environment. Calls View() upon each data.frame (so the user may see the data).
1 |
Collection |
String. Some of "Base", "Prices", "QuarterlySheets", "AnnualSheets", "DetailedPrices", "Predictive", or "Dictionary". Required. |
Source |
String. One of "Install" or "Repository". |
SubDir |
String. Single directory containing the "DBF" files. If "Source" = "Repository", then Required. Otherwise, ignored. |
Ext |
String. Default is "DBF". This is always the case when "Source = "Install": so, this parameters is ignored. Alternatively, this parameter can be "FST" when "Source = "Repository"". |
String. Name of the data.frame loaded. data.frames are loaded into the environment. Attempted to be started is View() upon each data.frame.
1 2 3 4 5 6 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.