| set_eviews_path {EviewsR} | R Documentation |
Set EViews path
Description
Use 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.
Usage
set_eviews_path(engine_path = "eviews")
Arguments
engine_path |
Path to the EViews executable |
Value
Character
See Also
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()
Examples
library(EviewsR)
## Not run:
set_eviews_path('C:/Program Files (x86)/EViews 10/eviews10.exe')
## End(Not run)
[Package EviewsR version 0.1.6 Index]