What I would like is to have a variable like
testNewYork <- "EEUU"
but I would like to keep the "test" part static, and then have the "NewYork" part as a variable. For instance something like
test+(city) <- "EEUU"
So, then I can have a loop, where city could be NewYork, but then it could be other city
 
     
    