Data cleaning

First of all, we need to actually import the data to our R environment (oh yeah, I was taking for granted that we are going to use R for this, hope you do not mind).

We can leverage our old friend the rio package, running it on all of the three files we were provided, once we have unzipped them. Take a minute to figure out if you can remember the function needed to perform the task.

Done? OK, find the solution as follows:

cash_flow_report <- import("cash_flow.csv")
customer_list <- import("customer_list.txt")
stored_data <- import("stored_data.rds")
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset