#NewVector
mynalocf <- function(myvector = c(NA, NA, 3, NA)){
  if(any(!is.na(myvector))){
newvector <- myvector[min(which(!is.na(myvector))): length(myvector)]
newvector <- na.locf(newvector)
myvector <- c(rep(NA, min(which(!is.na(myvector)))-1), newvector)
}
return(myvector)
}
December 13, 2023 at 8:56 AM
Fragment 4/4

This isn't a rescue. This is a conversion. He's not attacking... he's creating. It's a method. A process. And it’s right outside my window. We're not safe.
#NewVector #TheyreHere #Isolation


"The true horror is not what they became, but what they were."

— The-Archivist
August 23, 2025 at 5:01 PM