File Manipulation

How to create PowerPoint reports with R

In my last post, we discussed how to create and read Word files with R's officer package. This article will…

4 years ago

How to read and create Word Documents in R

Reading and creating word documents in R In this post we'll talk about how to use R to read and…

4 years ago

How to change a file’s last modified date with R

This relatively quick post goes through how to change a file's last modified date with base R. How to change…

5 years ago

10 R functions for Linux commands and vice-versa

This post will go through 10 different Linux commands and their R alternatives. If you're interested in learning more R…

5 years ago

R: How to create, delete, move, and more with files

Though Python is usually thought of over R for doing system administration tasks, R is actually quite useful in this…

6 years ago

Downloading Every File on an FTP Server

Getting Started Before I go into the title of this article, I'm going to give an introduction to using Python…

7 years ago

File Manipulation with Python

Getting started Python is great for automating file creation, deletion, and other types of file manipulations.  Two of the primary…

7 years ago