Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
R Language
3.0K+ articles
R Functions
106+ articles
R Vector-Function
88+ articles
R Math-Function
79+ articles
R Matrix-Function
65+ articles
R DataFrame-Function
54+ articles
R String-Functions
39+ articles
R List-Function
22+ articles
R Array-Functions
10+ articles
R Data-types
10+ articles
R Object-Function
54 posts
Recent Articles
Popular Articles
Check if the Argument is a Name in R Programming - is.name() Function
Last Updated: 19 June 2020
is.name() function in R Language is used to return TRUE if the argument is name else returns FALSE. The is.name() and is.symbol() functions are identical.Syntax: is.name(x...
read more
R Language
R Object-Function
Coercing the Argument to a Name in R Programming - as.name() Function
Last Updated: 19 June 2020
as.name() function in R Language is used to coerce the argument to a name. The as.name() and as.symbol() functions are identical.Syntax: as.name(x)Parameters:x: Object to ...
read more
R Language
R Object-Function
Get or Set the Type of an Object in R Programming - mode() Function
Last Updated: 19 June 2020
mode() function in R Language is used to get or set the type or storage mode of an object.Syntax: mode(x)mode(x) - valueHere value is the desired mode or ‘storage mode’ (t...
read more
R Language
R Object-Function
Concatenating Objects in R Programming - combine() Function
Last Updated: 31 August 2020
In R programming, coercion function c() and combine() function are similar to each other but are different in a way. combine() functions acts like c() and unlist() functio...
read more
R Language
R DataFrame-Function
R Vector-Function
R Object-Function
R Matrix-Function
R List-Function
R Program to reverse a number - rev() Function
Last Updated: 20 December 2023
In this article, we will discuss how to reverse a number in R Programming Language. To reverse a number we will use in built method in R.In R Programming Language rev() fu...
read more
R Language
R DataFrame-Function
R Vector-Function
R Object-Function
R Matrix-Function
R List-Function
Convert an Object into a Matrix in R Programming - as.matrix() Function
Last Updated: 30 April 2025
The as.matrix() functionwithinRconvertsobjectsofvariousclassesinto a matrix. Thiscanbehelpfultoworkwithstructures ofvariousdatathat can be converted intothematrixstructure...
read more
R Language
R Object-Function
R Matrix-Function
Convert an Object into a Vector in R Programming - as.vector() Function
Last Updated: 17 June 2020
as.vector() function in R Language is used to convert an object into a vector.Syntax: as.vector(x)Parameters:x: Object to be convertedExample 1:[sourcecode language="Pytho...
read more
R Language
R Vector-Function
R Object-Function
Check if an Object is of Complex Data Type in R Programming - is.complex() Function
Last Updated: 16 June 2020
is.complex() function in R Language is used to check if the object passed to it as argument is of complex data type.Syntax: is.complex(x)Parameters:x: Object to be checked...
read more
R Language
R Math-Function
R Vector-Function
R Object-Function
R Matrix-Function
R List-Function
Check if an Object is of Type Numeric in R Programming - is.numeric() Function
Last Updated: 16 June 2020
is.numeric() function in R Language is used to check if the object passed to it as argument is of numeric type.Syntax: is.numeric(x)Parameters:x: Object to be checkedExamp...
read more
R Language
R Math-Function
R Vector-Function
R Object-Function
R Matrix-Function
R List-Function
Check if an Object is of Type Integer in R Programming - is.integer() Function
Last Updated: 16 June 2020
is.integer() function in R Language is used to check if the object passed to it as argument is of integer type.Syntax: is.integer(x)Parameters:x: Object to be checkedExamp...
read more
R Language
R Math-Function
R Vector-Function
R Object-Function
R Matrix-Function
R List-Function
Check if an Object is of Type Character in R Programming - is.character() Function
Last Updated: 16 June 2020
is.character() function in R Language is used to check if the object passed to it as argument is of character type.Syntax: is.character(x)Parameters:x: Object to be checke...
read more
R Language
R Vector-Function
R Object-Function
R Matrix-Function
R String-Functions
R List-Function
Convert values of an Object to Logical Vector in R Programming - as.logical() Function
Last Updated: 08 November 2021
as.logical() function in R Language is used to convert an object to a logical vector.Syntax: as.logical(x)Parameters: x: Numeric or character objectR - as.logical() Functi...
read more
R Language
R DataFrame-Function
R Vector-Function
R Object-Function
R Matrix-Function
R Array-Functions
R List-Function
Remove names or dimnames from an Object in R Programming - unname() Function
Last Updated: 16 June 2020
unname() function in R Language is used to remove the names or dimnames from an Object.Syntax: unname(x)Parameters:x: ObjectExample 1:[sourcecode language="Python3" 1="="]...
read more
R Language
R Object-Function
Check if an Object of the Specified Name is Defined or not in R Programming - exists() Function
Last Updated: 17 April 2025
exists() function in R Programming Language is used to check if an object with the names specified in the argument of the function is defined or not. It returns TRUE if th...
read more
R Language
R Vector-Function
R Object-Function
R Matrix-Function
R List-Function
Print the Value of an Object in R Programming - identity() Function
Last Updated: 16 June 2020
identity() function in R Language is used to print the value of the object which is passed to it as argument.Syntax: identity(x)Parameters:x: An ObjectExample 1:[sourcecod...
read more
R Language
R Vector-Function
R Object-Function
R Matrix-Function
R List-Function
1
2
3
4
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !