Open In App

Conversion Functions in R Programming

Sometimes to analyze data using R, we need to convert data into another data type. As we know R has the following data types Numeric, Integer, Logical, Character, etc. similarly R has various conversion functions that are used to convert the data type.

In R, Conversion Function are of two types:



Conversion Functions For Data Types

There are various conversion functions available for Data Types. These are:

Conversion Functions For Data Structure

There are various conversion functions available for Data Structure. These are:


Article Tags :