search for: myvect1

Displaying 1 result from an estimated 1 matches for "myvect1".

Did you mean: myvect2
2013 Mar 21
2
Check if a character vector can be coerced to numeric?
Given an arbitrary set of character vectors: myvect1 <- c("abc","3","4") myvect2 <- c("2","3","4") I would like to develop a function that will convert any vectors that can be PROPERLY converted to a numeric (myvect2) into a numeric, but leaves character vectors which cannot be conver...