EViews
workfile.Use this function in R, R Markdown and Quarto to save an EViews
workfile.
eviews_wfsave(
wf = "",
page = "",
options = "",
source_description = "",
table_description = "",
keep_list = "",
drop_list = "",
keepmap_list = "",
dropmap_list = "",
smpl_spec = "",
save_path = dirname(source_description)
)
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
.
The path and name of the file to be saved.
Further description of the source_description
such as specifying the 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
Object or a character string representing the path to the folder to save the EViews
graphs. The current working directory is the default save_path
. Specify the save_path
only if you want the EViews
graphs to live in different path from the current working directory.
Other important functions:
EviewsR
,
create_object()
,
eng_eviews()
,
eviews_graph()
,
eviews_import()
,
eviews_pagesave()
,
eviews_wfcreate()
,
exec_commands()
,
export_dataframe()
,
export()
,
import_equation()
,
import_graph()
,
import_kable()
,
import_series()
,
import_table()
,
import_workfile()
,
import()
,
rwalk()
,
set_eviews_path()
library(EviewsR)
if (FALSE) {
demo(exec_commands)
eviews_wfsave(wf="exec_commands",source_description = "eviews_wfsave.csv",
drop_list = "x")
}
Run the code above in your browser using DataLab