course from GreatLearning
types
- numeric (ex: 1, 2, 3.4 regardless of float and integer)
- character (string with one quote (') or two ("))
- logical (TRUE / T and FALSE / F, if combine in numeric will be T = 1, F = 0)
- complex (numeric with imaginary factor ex 13+6i)