Great file! A simple and fast way to move everything to R--saved me tons of time trying to import from R.
NOTICE: after the workspace is saved in the R path it must be loaded using the source('filename') function.
load('filename') can only be used on variables saved with the save('filename') function and will throw and error in this case.
Great file! A simple and fast way to move everything to R--saved me tons of time trying to import from R.
NOTICE: after the workspace is saved in the R path it must be loaded using the source('filename') function.
load('filename') can only be used on variables saved with the save('filename') function and will throw and error in this case.