Skip to content

Commit 054d6ee

Browse files
authored
Create README.md
1 parent 3675b5f commit 054d6ee

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
### Introduction
2+
3+
The purpose of this project is to demonstrate the ability to collect, work with,
4+
and clean a data set. The goal is to prepare tidy data that can be used for later
5+
analysis.
6+
7+
The data used in this project represent data collected from the accelerometers from
8+
the Samsung Galaxy S smartphone. A full description is available at the site where
9+
the data was obtained:
10+
11+
http://archive.ics.uci.edu/ml/datasets/Human+Activity+Recognition+Using+Smartphones
12+
13+
Here are the data for the project:
14+
15+
https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip
16+
17+
### What can you find in this repository?
18+
19+
* `run_analysis.R` - Script which obtains raw dataset from the previous URL and transforms
20+
it into the final dataset, following the instructions provided.
21+
* `tidy_df.txt` - File which contains the final, tidy dataset.
22+
* `CodeBook.md` - File which describes the variables, the data, and any transformations or
23+
work performed to clean up the data.
24+
* `README.md` - File which explains the purpose of this repository and summarizes the
25+
work done.

0 commit comments

Comments
 (0)