Sitemap
Business Science Magazine

The intersection between Business and Data Science

DataEditR: A New R GUI for Interactive Dataframe Editing

--

Zoom image will be displayed
Photo by Arnaud Mesureur on Unsplash

What is DataEditR?

DataEditR is a great addition to the R package ecosystem. I see it being immediately useful for beginners coming from Excel where they are used to being able to edit data interactively in an Excel Worksheet.

Zoom image will be displayed

Why Use DataEditR?

One of my biggest challenges when I moved from Excel to R was the transition from an interactive worksheet where I could edit data using point-click-edit to a data frame that requires code to edit. This was a serious hurdle. I wish I had a tool like DataEditR when I was first starting out.

Fast-forward to 2021, and here we are: DataEditR, the GUI I never had. Today, you'll learn how to use this Excel-style dataframe editing tool.

Zoom image will be displayed
Source: https://github.com/DillonHammill/DataEditR
Image Source: https://github.com/DillonHammill/DataEditR

Getting Up and Running

It’s super-simple to get started with DataEditR. Just run this code to:

  1. Load Libraries: Load DataEditR , tidyverse and tidyquant.

--

--

Business Science Magazine
Business Science Magazine

Published in Business Science Magazine

The intersection between Business and Data Science

Matt Dancho | Data Science Instructor at BSU
Matt Dancho | Data Science Instructor at BSU

Written by Matt Dancho | Data Science Instructor at BSU

I help accelerate your career by learning to apply data science to business. Take my Jumpstart with R Course FREE: http://bit.ly/jumpstart-with-r

No responses yet