I'm a newbie to R and RStudio.
After adding xml2, I successfully intalled readODS with the last messages saying
* DONE (readODS)
But:
?read_ods()
produces
Error in .helpForCall(topicExpr, parent.frame()) :
no methods for ‘read_ods’ and no documentation for it as a function
And my attempt to use it as described in
https://cran.r-project.org/web/packages/readODS/index.html
generates this error message:
Error in read_ods(path = "/home/jim/Downloads/Pajek_Data/", sheet = 1, :
could not find function "read_ods"
R version 3.4.4 (2018-03-15), RStudio Version 1.2.1335
I am baffled.
The one suspect I have is that I have both a 3.0 and a 3.4 directory. But I don't know how that could make a difference.