powered by
Use this function to save an `EViews` workfile page from R
eviews_pagesave(wf="",page="",options="",source_description="", table_description="",keep_list="",drop_list="",keepmap_list="",dropmap_list="", smpl_spec="")
An EViews workfile.
Object or a character string representing the name of an `EViews` workfile.
Object or a character string representing the name of an `EViews` workfile page.
Object or a character string of any of the acceptable `EViews` pagesave options, such as noid, nomapval, nonames.
pagesave
noid
nomapval
nonames
The path and name of the file to be saved.
Further description of the source_description such as specifying the range=arg, byrow.
source_description
range=arg
byrow
Optional. Specify the list of `EViews` object to be saved.
Optional. Specify the list of `EViews` object to be dropped.
Optional. Specify the list of patterns of `EViews` object to be saved.
Optional. Specify the list of patterns of `EViews` object to be dropped.
Optional. Specify the `EViews` sample string
Other important functions: EviewsR, create_object(), eng_eviews(), eviews_graph(), eviews_import(), eviews_wfcreate(), eviews_wfsave(), exec_commands(), export(), import_table(), import(), rwalk(), set_eviews_path()
EviewsR
create_object()
eng_eviews()
eviews_graph()
eviews_import()
eviews_wfcreate()
eviews_wfsave()
exec_commands()
export()
import_table()
import()
rwalk()
set_eviews_path()
library(EviewsR) if (FALSE) { demo(exec_commands) eviews_pagesave(wf="EviewsR_exec_commands",source_description = "EviewsR_eviews_pagesave.csv", drop_list = "y") }
Run the code above in your browser using DataLab