Back

Explore Courses Blog Tutorials Interview Questions
0 votes
5 views
in R Programming by (9k points)
What are the data types in R? Where can I get the best R Programming training?

1 Answer

0 votes
by (45.3k points)

R Programming has 5 data types – character, numerical, logical, integer, and complex. 

  • Character data type includes ‘a’, “good”, ’32’, etc. 
  • Numerical data type includes digits and decimal numbers like 23.2, 44, etc. 
  • The logical data type is Boolean nature. It is of two types, true and false. 
  • The integer data type is numbers. They are mentioned with the letter ‘L’ towards the end so that the programming language stores it as an integer. This data type can be mentioned as 2L, 67L, etc. 
  • The complex data type is complex numbers. They are a combination of real and imaginary numerical values like 4+7i.

You can also, become proficient in R programming by enrolling for the best R Programming Training by Intellipaat. On signing up for this course, you will also get the following benefits:

  • 24-hour online assistance
  • Industry-specified exercises and projects
  • Course completion certificate
  • Job assistance through mock interview sessions

If you wish to become proficient in R Programming then you must watch this video:

Browse Categories

...