I am sorry for this newbie question but hope I'll get some help here.
I have loaded the geo coded UCDP date set ged181.RData .
I can see all variables and observations in the environment pan, but I am not able to access and manipulate the data.
I use the load()-funktion.
"load("/Volumes/Volume/Daten/ged181.RData")"
which returns a single character value (regardless if I use glimpse, str, class, uncles). I tried to force it into a data frame with as.tbl, but it gives me a warning since I only have one character value.
Unfortunately I neither understand the R Documentation, nor is there a video on DataCamp and the example code fromR Documentation doest seem to work.
Surely it can't be the most difficult think to open an .RData-file in R.
Thanks for your help!!!