Hi, I have two scripts, one creates a data structure (a list of data frames + some attributes) and saves it via saveRDS.
The second script reads the RDS file (outside of any function) and data <- readRDS (name) works, but data <<- readRDS (name) creates the error Error: cannot change value of locked binding for 'data' Any idea what goes wrong? Thanks Sigbert -- http://u.hu-berlin.de/sk ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.