How to create a directory in R

R Programming
Table of Contents

R Programming command to create a directory in R

R command to create a directory in R

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.Directory In RPin

In this r programming tutorial/post we are discussing on how to create a directory in r using R command.

Why:

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

How to:

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

getwd()

Step 2: Now create a new directory within the active directory using the below r command.

dir.create(“mytestdir“)

**replace the “mytestdir” with your actual directory name you want to create.

Note: Make sure you are using the commands after the ‘>’ symbolR Programming command to create a directory in R text-align: center;”>R Programming command to create a directory in R

R command to create a directory in R

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.Directory In RPin

In this r programming tutorial/post we are discussing on how to create a directory in r using R command.

Why:

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

How to:

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

getwd()

Step 2: Now create a new directory within the active directory using the below r command.

dir.create(“mytestdir“)

**replace the “mytestdir” with your actual directory name you want to create.

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...