importing sjlabelled labels from R to jamovi via .rdata
Posted: Mon Sep 29, 2025 9:16 pm
Hi!
I am preparing data in R for students who want to analyse the data in jamovi. To help them understand data, I have prepared labels along to variables with sjlabelled package.
When I save data with .rdata, and open the .rdata file in jamovi, the labels are not going to be found. However, when I export data from R to .sav with haven::write_sav() and then import the .sav file to jamovi, then I can see the labels.
My problem is that .sav files are 3x larger than .rdata files. Also, opening them seems less efficient. In my online machine that students use, .rdata files open in about 5 seconds, but .sav files take 1-2 minutes to open.
Is there are way to pass the variable labels to jamovi with .rdata?
Thanks
Uku
I am preparing data in R for students who want to analyse the data in jamovi. To help them understand data, I have prepared labels along to variables with sjlabelled package.
When I save data with .rdata, and open the .rdata file in jamovi, the labels are not going to be found. However, when I export data from R to .sav with haven::write_sav() and then import the .sav file to jamovi, then I can see the labels.
My problem is that .sav files are 3x larger than .rdata files. Also, opening them seems less efficient. In my online machine that students use, .rdata files open in about 5 seconds, but .sav files take 1-2 minutes to open.
Is there are way to pass the variable labels to jamovi with .rdata?
Thanks
Uku