You need to store each shapRes. I would recommend to use a list to store them: mylist <- list() for(v in my_vars) { shapRes= ...
確定! 回上一頁