Learn R Programming

EviewsR (version 0.1.6)

set_eviews_path: 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")

Value

Character

Arguments

engine_path

Path to the EViews executable

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

Run this code
library(EviewsR)
if (FALSE) {
set_eviews_path('C:/Program Files (x86)/EViews 10/eviews10.exe')
}

Run the code above in your browser using DataLab