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:
Installs the package visdat.
Loads the package visdat.
Explores the help documentation of the visdat package using the help function.
Explores the contents of the visdat package using the ls function.
Uses the visdat function from the visdat package to give a view of the dataset
named usrentincome from the tidyr package without loading the tidyr
package
Load the tidyr package
prints the top lines of the usrentincome dataset
prints the number of rows of the usrentincome dataset
prints the number of columns of the usrentincome dataset
applys appropriate comments within the script
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
