List of variables from the R workspace file

I'm wondering if there is a way to get the list of variables in an R workspace file (.RData) before loading it? I mean any function that might look like this: ls('/Users/xxx/workspace.RData');

Thanks a lot for your help! Tomek

+1


source to share





All Articles