The script in this repo will create two text files of data frame in your working directory when run. To check your working directory, execute in R studio the command line getwd().
The names of the files created are "dataset_1 - Training and Test.txt" and "dataset_2 - Average.txt". The first file contains the data frame which is the result of merging the training and test set. The second file corresponds to the independent tidy data set with the average of each variable for each activity and each subject.