Closed damondpham closed 2 years ago
I was getting an error on a certain computer where options() yielded an error.
options()
options() Error in options() : Value of SET_STRING_ELT() must be a 'CHARSXP' not a 'NULL'
This is avoided if only the "digits" option is obtained directly with getOption.
"digits"
getOption
I was getting an error on a certain computer where
options()
yielded an error.This is avoided if only the
"digits"
option is obtained directly withgetOption
.