I try to create a set of values with a for loop using paste0 but get an error:
for(i in 1:3){ paste0(\'value_\',i) <- paste0(\'test\',i) } Fehler in paste0(