Saved Bookmarks
| 1. |
How many atomic vector types does R have?(a) 5(b) 6(c) 8(d) 10 |
|
Answer» Correct answer is (b) 6 For explanation I would say: R language has 6 atomic data types. They are logical, integer, real, complex, string (or character) and raw. There is also a class for “raw” objects, but they are not commonly used directly in data analysis. |
|