I am trying to import and view data in .RData
file at my Windows 7 (x64) machine. I am using this command:
my_df <- load("~path_to_file/my_file.RData")
Data load seems to be fine. But:
head(my_df)
returns:
[1] "dfAllxY"
Can someone help me to resolve this issue?