View source: R/SS_readdat_3.30.R
SS_readdat_3.30 | R Documentation |
Read Stock Synthesis (version 3.30) data file into list object in R. This function was formerly called SS_readdat. That name is now used for a wrapper function that calls either SS_readdat_3.24 or SS_readdat_3.30 (and potentially additional functions in the future).
SS_readdat_3.30(file, verbose = TRUE, echoall = FALSE, section = NULL)
file |
Filename either with full path or relative to working directory. See the formal arguments for a possible default filename. |
verbose |
Should there be verbose output while running the file? Default=TRUE. |
echoall |
Debugging tool (not fully implemented) of echoing blocks of data as it is being read. |
section |
Which data set to read. Only applies for a data.ss_new file created by Stock Synthesis. Allows the choice of either expected values (section=2) or bootstrap data (section=3+). Leaving default of section=NULL will read input data, (equivalent to section=1). |
Ian G. Taylor, Yukio Takeuchi, Z. Teresa A'mar, Chris J. Grandin, Kelli F. Johnson, Chantel R. Wetzel
SS_readdat()
, SS_readdat_3.30()
SS_readstarter()
, SS_readforecast()
,
SS_writestarter()
,
SS_writeforecast()
, SS_writedat()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.