Posts by carlos rocha • 23 points
1 post
-
2
votes1
answer34
viewsQ: R <- Vector - Error in c(vector_item, v$Qty) : Object 'vector_item' not found
A simple doubt, How to have the (new) vector briefly to avoid: for(v in i$checkout) { c(vector, v$name) -> vector c(vector_item, v$qty) -> vector_item } Error in c(vector_item, v$Qty) : Object…