In R, type the call that reports the type of the vector amount4.
In R, type the call that reports the type of the vector amount4.
Answer
class(amount4)
Prints [1] "numeric". Ask class() of any column before you compute on it; a "character" answer means a text entry got in.