*.rda format file

  • I want to change the values ​​on the rda file, but I can't. How should I do it? Or how can I convert an excel file to * .rdf format. I'm new on this issue, thank you for your help already

Hi @ismlylmz, and welcome to the forum.

. Rda is (older) file format used by R to save and load objects. Within an R-session you can load("my file. rda") . If the object is a data object, you can change values using regular R-assignments.

Excel files are either exported to '. csv' and then loaded into R through read.csv() or use the e.g. a package like readxl, which reads excel-files directly.

I don't know rdf-files and when to use the format.

Hope this helps, JW

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.