I googled but there can not be any work in Julia that can read RK RData (RDA) files and write Are there any library / functions / packages that can allow me to do this? A RDA.jl file appears in the src directory of DataFrames, but I did not find any data about this in the data frame.
The function you are looking for is read_rda which comes with the dataframe package. Therefore, a deck should work with
read_rda (filename)
variable names => data.
Comments
Post a Comment