set_eviews_path {EviewsR} | R Documentation |
EViews
pathUse this function to set EViews
path. It is only useful when the EViews
is not installed in standard directory, or when there are multiple EViews
executables and the user wants to use older version of EViews
.
set_eviews_path(engine_path = "eviews")
engine_path |
Path to the EViews executable |
Character
Other important functions:
EviewsR
,
create_object()
,
eng_eviews()
,
eviews_graph()
,
eviews_import()
,
eviews_pagesave()
,
eviews_wfcreate()
,
eviews_wfsave()
,
exec_commands()
,
export_dataframe()
,
export()
,
import_equation()
,
import_graph()
,
import_kable()
,
import_series()
,
import_table()
,
import_workfile()
,
import()
,
rwalk()
library(EviewsR)
## Not run:
set_eviews_path('C:/Program Files (x86)/EViews 10/eviews10.exe')
## End(Not run)