Aryan PrajapatKnowledge Contributor
List and define some basic data types in R.
List and define some basic data types in R.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Questions | Answers | Discussions | Knowledge sharing | Communities & more.
1.Numeric—decimal numbers.
2.Integer—whole numbers.
3.Character—a letter, number, or symbol, or any combination of them, enclosed in regular or single quotation marks.
4.Factor—categories from a predefined set of possible values, often with an intrinsic order.
5.Logical—the Boolean values TRUE and FALSE, represented under the hood as 1 and 0, respectively.