Use the identical function to check this. a <- character(0) identical(a, character(0)) # returns TRUE identical(a, "") # returns FALSE ...
確定! 回上一頁