R - Data Types
Programming में हर memory location पर अलग-अलग प्रकार की information store की जाती है | जब variable को create किया जाता है तब उसके data type के मुताबिक उसकी memory space को reserved किया जाता है |
Variable पर integer, float, boolean या character type की values को store किया जाता है |
निचे R Language के Data Types दिये हुए है |
- Numeric
- Integer
- Complex
- Logical
- Character