Question: Create a script that does the following: 1 . Installs the package visdat. 2 . Loads the package visdat. 3 . Explores the help documentation

Create a script that does the following:
1. Installs the package visdat.
2. Loads the package visdat.
3. Explores the help documentation of the visdat package using the help() function.
4. Explores the contents of the visdat package using the ls() function.
5. Uses the vis_dat function from the visdat package to give a view of the dataset
named us_rent_income from the tidyr package (without loading the tidyr
package)
6. Load the tidyr package
7. prints the top 7 lines of the us_rent_income dataset
8. prints the number of rows of the us_rent_income dataset
9. prints the number of columns of the us_rent_income dataset
10. applys appropriate comments within the script

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!