Summarize what you learned about Tidyverse tricks presented in Step 1 by focusing on the new things you learned that were not dealt with in M05.
- There were a lot of new tips and tricks that I saw being used in Step 1 but I think the one that I found the most useful was creating multiple visual models because you can use only one model but multiple models help convey a bigger message
In Step 3, you saw two videos, one showing initial data cleaning and the other showing further cleaning. Describe the two processes. What are the big differences between the two?
- Initial data cleaning is when you first bring the data set into whatever you are doing and giving a quick lookover but when you do further cleaning you do a better cleaning by filtering out invalid values, removing duplicate data, and creating new variables. The big difference is that when yiu intially clean the data, you are just cracking the surface but further data cleaning is a deep dive into what the data actually contains.
In Step 4, you learned how to create an Revealjs presentation. What’s your impression of the Revealjs presentation? Describe its capabilities as you learned from the video. What are its strengths and weaknesses compared with PPT?
- I really do think that Revealjs presentation tool is very usefull and a great standalone replacement for PPT. Some of the coolest capabilities are that you could impliment live R code into the presentation, you can embed code, and there are a lot of supporting themes and custom styles. I think that the only problem that I have with Revealjs compared to PPT is there is a very heavy learning curve and PPT is easier to share in the real world.
In Step 5, you were asked to create a Revealjs presentation. Provide a link to the presentation you published on the web. Briefly describe what the presentation is about. What did you learn from the experience of the Revealjs presentation?
- https://rpubs.com/ahvoth12/1409901 . I feel that this process was very simple and I had a very fun time creating my first presentation. I understand the love for power point but now I can see why I would use Revealjs instead of powerpoint
My advanced wrangling lecture in Step 6 introduced new concepts not covered in M05, such as joining relational databases. Pick three of them, describe when to use them, and give one coding example along with an output for each function. To clarify, you are expected to do literate programming by weaving your narratives with the code.
- One new concept that you covered was the join function and you used it with the charts to to merge with other information from the other charts which is a great use. Another concept that you covered was the group by function and you used it in tables to group similar data which a a great use of coding to have the information be compared in a similar way. The last new concept you covered was the summarize function which you used to condense the data in the charts which is a great use of code because it condenses information so that you can use it for what you need.
Publish this report to a web page (preferably on GitHub Pages) and add the URL to your qmd file so that your HTML file will have the link to the website.