Approach

My approach for this first project is to first establish a way to read the txt file. I think using the read lines function in the stringr library will help read the text file. I will need to use a while loop that will run for as long as there is text in the text file. Within that while loop will parse through the text and use an if loop to put information in appropriated column values. Then create a data frame with those columns.

Challenges

The main challenge I see with this project is making sure the information get placed in the correct columns. Making sure the parsing the information with a correct character. Learning how to parse the information is what I think is the main challenge here then displaying the data frame and making sure that it is correct.