What are the basic data types in R?

  • Numeric, character, boolean, complex, integer
  • Numeric, character, logical, complex, integer
  • Numeric, character, logical, list, integer
  • Numeric, string, boolean, complex, integer
The basic data types in R are numeric, character, logical, complex, and integer. These data types are used to identify the type of data an object can store.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *