‘ipumsr’ says it is successfully unpacked but it still cannot find functions to read data. What am I missing?
It sounds like you may have successfully *installed* ipumsr, but have not loaded the library into your current session.
To do so, run command ‘library(ipumsr)’ - then functions like read_ipums_micro() will be available.
This reference may be helpful if you are new to R: