Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 889 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 889 Bytes

Getting and Cleaning Data Project (Coursera)

Requeriments

Data project 📀 : Link

How to run the script: run_analysis.R

The script has the following input-output model:

  1. Input
    • Files contained inside folder data (see Requeriments: Data project)
  2. Outputs
    • merged_data_filtered.txt
    • tidy_dataset_means.txt

⚠️ Folder data and file run_analysis.R have to be in the same workspace

❗ You must to set your workspace directory in the second line of the script (run_analysis.R). For example in my case was: setwd("C:/Users/jparedes.ICA/Downloads/Cleaning Data/Project - UCI HAR Dataset"). Inside this workspace is stored the script and the folder data.