| import | R Documentation |
EViews series objects as dataframeUse this function to import EViews series objects to R, R Markdown and Quarto as dataframe
import(
object_name = "",
wf = "",
page = "",
options = "",
source_description = "",
table_description = "",
keep_list = "",
drop_list = "",
keepmap_list = "",
dropmap_list = "",
smpl_spec = ""
)
object_name |
Object name to be to store the imported |
wf |
Object or a character string representing the name of an |
page |
Object or a character string representing the name of an |
options |
Object or a character string of any of the acceptable |
source_description |
The path and name of the file to be saved. |
table_description |
Further description of the |
keep_list |
Optional. Specify the list of |
drop_list |
Optional. Specify the list of |
keepmap_list |
Optional. Specify the list of patterns of |
dropmap_list |
Optional. Specify the list of patterns of |
smpl_spec |
Optional. Specify the |
An EViews workfile
Other important functions:
EviewsR-package,
create_object(),
eng_eviews(),
eviews_graph(),
eviews_import(),
eviews_pagesave(),
eviews_wfcreate(),
eviews_wfsave(),
exec_commands(),
export(),
export_dataframe(),
import_equation(),
import_graph(),
import_kable(),
import_series(),
import_table(),
import_workfile(),
rwalk(),
set_eviews_path()
library(EviewsR)
## Not run:
demo(exec_commands)
import(object_name="importedDataFrame",wf="EviewsR_exec_commands",drop_list = "y")
eviews$importedDataFrame
knitr::kable(head(eviews$importedDataFrame),format="pandoc",caption="Table from EviewsR")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.