This is the problem I'm facing with my rds data reading on stata. Is there a way to get around this issue ? I have used the following command
Error message
Code:
set maxvar 6000
rcall: data <- readRDS("2000.rds")
Code:
no room to add more variables
Up to 6,000 variables are currently allowed, although you could reset the maximum using set
maxvar; see help memory.
r(900);

Comment