You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is absolutely not clear what variables are being loaded into the workspace.
something like:
saveRDS(...)
foo <- readRDS(...)
is much cleaner. Maybe mention that the representation of R object may change between version of R and should therefore not be relied on for long term storage data or sending data to other people.
The text was updated successfully, but these errors were encountered:
from a piece of code
it is absolutely not clear what variables are being loaded into the workspace.
something like:
is much cleaner. Maybe mention that the representation of R object may change between version of R and should therefore not be relied on for long term storage data or sending data to other people.
The text was updated successfully, but these errors were encountered: