About this document
Data Wrangling with R: Importing SAP Reports by Dantè Chiapperini is a document available to read on EtoBox.
This document provides instructions for parsing a delimited text report from an ERP system into a tidy format in R. It describes importing the raw data file, cleaning the data by removing unnecessary columns and rows, and reformatting columns like dates. The goal is to prepare the data for analysis in a reproducible way. Key steps include importing the data with read_delim(), cleaning by removing columns and rows with NA values, renaming columns, converting dates to POSIX format, and checking the structure
- Author
- Dantè Chiapperini
- Language
- EN