Problem Getting Data from github

The following code fails.

download.file('M146/OAW.Rdata at master · HaroldNelson/M146 · GitHub',
destfile = "OAW.Rdata")
load("OAW.Rdata")

I get the following error message.

Error in load("OAW.Rdata") :
bad restore file magic number (file may be corrupted) -- no data loaded
In addition: Warning message:
file ‘OAW.Rdata’ has magic number ''
Use of save versions prior to 2 is deprecated

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.