Converting Text to Uppercase with toupper() in R

Introduction

Greetings, useR! Today, we’re exploring a handy function from base R that will help with string manipulation: toupper(). This little function is the complement to tolower() which I have previously written about. Let’s take a look!

...
Continue reading: Converting Text to Uppercase with toupper() in R


http://dlvr.it/TBZSTL

تعليقات

المشاركات الشائعة من هذه المدونة

How to add R {magrittr}’s %>% Pipe Operator in VSCode as Keyboard Shortcut