SodaPop Now Offers Data Downloads in R File Format
Programmers at the Population Research Institute have added an additional file type to the SodaPop download function. Users wishing to access data downloadable from our site can now choose to receive their data in R. All previously offered file download types (SAS, Stata, SPSS, comma and tab delimited) are still available.
Use the 'load' command to bring the file into your workspace. If the downloaded file "arfmyextract.rdata" is located in the R working directory use...
load("arfmyextract.rdata")

