Rename R File: How to rename a file in R

R Programming
Table of Contents

Rename R file using R Programming command

What is it:

R is a free software programming language used in the field of statistical computing and graphics. This program is mainly used by Statisticians and Data Analysts.Rename R FilePin

In this R Programming tutorial/post we are discussing how to rename an R data using R command.

Why:

Though Operating systems will have simpler way of doing this however when you are working in the programming environment having the ability to use the commands for creating or manipulating the files is always useful.

How to rename R file:





Step 1: If you do not know your active directory check the same using the below command.

getwd()

Step 2: Check if the file you want to rename exists in the directory

file.exists(“myfileName.R“)

Step 3: If the file exists then use the below command to rename it.

file.rename(“myfileName.R” , “myfileRename.R“)

**replace the “myFileName” and “myfileRename” with your actual file names.

Note: Make sure you are using the commands after the ‘>’ symbol.


Picture of Anson Antony
Anson Antony
Anson is a contributing author and the founder of www.askeygeek.com. His passion for learning new things led to the creation of askeygeek.com, which focuses on technology and business. With over a decade of experience in Business Process Outsourcing, Finance & Accounting, Information Technology, Operational Excellence & Business Intelligence, Anson has worked for companies such as Genpact, Hewlett Packard, M*Modal, and Capgemini in various roles. Apart from his professional pursuits, he is a movie enthusiast who enjoys spending hours watching and studying cinema, and he is also a filmmaker.

Leave a Reply

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

Congratulations!
You Made It,
Don't Close!

UberCreate Creator Pro Access
for Free!!!

This popup won’t show up to you again!!!

Share to...