Posts by Fabiano Briao • 41 points
2 posts
-
2
votes2
answers72
viewsQ: How to use the rm function without erasing everything, leaving only one or two vectors?
I don’t want to exclude vec1 and a from my Workspace. I tried vec1 <- c(1,2,3) vec2 <- c(2,3) a <- 2 b <- 3 x <- vec1 y <- a cleanmem <- function(x,y){ mem = vector() mem <-…
rasked Fabiano Briao 41 -
0
votes2
answers70
viewsQ: A: How to create/save a vector using for and Paste?
I’d like to rotate one for and save 3 different vectors with for example: vetor_1, vetor_2 and vetor_3. Each vector is receiving a different set of values. I can’t do this paste be the vector name,…
rasked Fabiano Briao 41