Cannot increment variable inside function

前端 未结 0 1808
無奈伤痛
無奈伤痛 2020-12-07 23:24

I am simply trying to increment this variable inside this function :

 process = function(line){
  if(exists("Counter")== FALSE){Counter <- 0}
  
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题