viewSIPRO: Load and View AAII StockInvestor Pro FoxPro/DBase (DBF) Files

Description Usage Arguments Value Examples

View source: R/AmerAssocIndividInvestorsAAII.R

Description

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).

Usage

1
viewSIPRO(Collection, Source = "Install", SubDir, Ext = "DBF", ...)

Arguments

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"".

Value

String. Name of the data.frame loaded. data.frames are loaded into the environment. Attempted to be started is View() upon each data.frame.

Examples

1
2
3
4
5
6
## Not run: 
viewSIPRO("Base")
viewSIPRO("Base", Source = "Repository", SubDir = "C:\\DATA\\AAIISIPRO\\MONTHDATE\\18627")
viewSIPRO("Base", Source = "Repository", SubDir = "C:\\DATA\\AAIISIPRO\\MONTHDATE\\18627", Ext = "FST")

## End(Not run)

AndreMikulec/econModel documentation built on June 30, 2021, 9:48 a.m.