RData. UndefVarError: identifier not defined

load(“working_data//hospital_demand_other_jl.RData”)

got the error:

UndefVarError: identifier not defined

Also, when loading the package RData I got:
WARNING: could not import DataFrames.identifier into RData

How to fix this?

Julia Version 1.4.1
Commit 381693d3df* (2020-04-14 17:20 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Xeon(R) W-2104 CPU @ 3.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-8.0.1 (ORCJIT, skylake)
Environment:
JULIA_EDITOR = “C:\ProgramData\oms9\atom\app-1.46.0\atom.exe” -a

Isn’t the extension .rda rather than .RData?

The fix to this is already on RData.jl master, so just install this version and all should work fine. The problem is that RData.jl version containing this fix has not been released yet.