File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments