Skip to content
Prev 176863 / 398506 Next

Problem with Loop and overwritten results

Dear unbekannt;

The construction that would append a number to a numeric vector would  
be:

vec <- c(vec , number)

You can create an empty vector with vec <- c() or vec <- NULL