powered by
Cleans a vector of potential scores, converting to numeric and removing invalid or out-of-range values.
parse_lc_raw(x)
A numeric vector of cleaned scores.
A vector (typically character) of raw scores.
parse_lc_raw(c("10", "5.5", "0", "-2", "ikiyüz", NA, "1000001"))
Run the code above in your browser using DataLab