R String tolower

In this tutorial you will learn about the R String tolower and its application with practical example.

R String tolower

The tolower() function is used to convert given string characters to lower case.

Table Of Contents

Syntax:-

Above is the general syntax of tolower() function, here

str:- It is a vector input representing a string.
Example:-

Output:-

r_string_tolower

 

In this tutorial we have learn about the R String tolower and its application with practical example. I hope you will like this tutorial.