📅  最后修改于: 2022-03-11 14:51:59.835000             🧑  作者: Mango
#Vectors are the most basic R data objects and there are six types of
# atomic vectors. They are logical, integer, double, complex, character and raw.
#Logical (True, False)
#Double - floats or decimal numbers
#Integer - numbers
#Character - strings