xget and dataframes
Posted: Thu Jul 13, 2023 10:18 pm
Hi,
Is there any way to pass a dataframe object from R to EViews using XGET. The below works fine
However, the matrix object does not have any column names (there are 138 columns). Is there any way to pass the names to EViews either with the object (so the column names are preserved) or as a string vector?
Thanks
Adam
Is there any way to pass a dataframe object from R to EViews using XGET. The below works fine
Code: Select all
xget(name=df, type=matrix) "as.matrix(df)"
Thanks
Adam