Learn R Programming

EviewsR (version 0.1.2)

create_object: Create an `EViews` object on a workfile from R

Description

Use this function to create an `EViews` object on a workfile from R

Usage

create_object(wf="",page="",action="",action_opt="",object_name="",
view_or_proc="",options_list="",arg_list="")

Value

An EViews workfile

Arguments

wf

Object or a character string representing the name of an `EViews` workfile.

page

Object or a character string representing the name of an `EViews` workfile page.

action

Any valid `EViews` command for `EViews` object declaration, like freeze, do, equation, table.

action_opt

An option that modifies the default behaviour of the `EViews` action.

object_name

The name of the `EViews` object to be acted upon.

view_or_proc

The `EViews` object view or procedure to be performed.

options_list

An option that modifies the default behaviour of the `EViews` view or procedure.

arg_list

A list of `EViews` view or procedure arguments.

See Also

Other important functions: EviewsR, eng_eviews(), eviews_graph(), eviews_import(), eviews_pagesave(), eviews_wfcreate(), eviews_wfsave(), exec_commands(), export(), import_table(), import(), rwalk(), set_eviews_path()

Examples

Run this code
library(EviewsR)
if (FALSE) {
demo(exec_commands)

create_object(wf="EviewsR_exec_commands",action="equation",action_opt="",
object_name="EviewsR_create_object",view_or_proc="ls",options_list="",arg_list="y ar(1)")
}

Run the code above in your browser using DataLab