We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When reading the following file this error arises:
The file contains an unrecognized object
Trying to isolate the problem a bit, saving only the first column to a new RData file (seasons_bad.RData in the attachment) like this
> bike2 = bike[,1] > save(bike2, file="season_bad.RData")
also raises the error.
However, if I save it like this (seasons_good.RData), then no error
> bike2 = bike[1:731,1] > save(bike2, file="season_good.RData")
Using R 4.0.2 on a mac OS 11.6.4
thanks!
original report seaons.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When reading the following file this error arises:
Trying to isolate the problem a bit, saving only the first column to a new RData file (seasons_bad.RData in the attachment) like this
also raises the error.
However, if I save it like this (seasons_good.RData), then no error
Using R 4.0.2 on a mac OS 11.6.4
thanks!
original report
seaons.zip
The text was updated successfully, but these errors were encountered: