Created a writeTo argument for the scripters and outputModel(), which will replace writescript and writeout. The default of writeTo is set to tempdir().
Created a fileName argument for the scripters and outputModel() -- allowing users to specify a desired base name for their output file (the appropriate file extension gets appended automatically). If users do not provide a fileName, then defaults will be used (e.g., “latAPIM_script”, “obsAPIM_script”, “dySEM_table”, etc.).
Made updates to the function documentation, README, and vignettes.
Addresses Issue #111
Also addresses comments in Pull Request #112
Summary:
writeTo
argument for the scripters andoutputModel()
, which will replacewritescript
andwriteout
. The default ofwriteTo
is set totempdir()
.fileName
argument for the scripters andoutputModel()
-- allowing users to specify a desired base name for their output file (the appropriate file extension gets appended automatically). If users do not provide afileName
, then defaults will be used (e.g., “latAPIM_script”, “obsAPIM_script”, “dySEM_table”, etc.).devtools::check
and received zero complaints.