R language
Perform following tasks in R:
- Install and Use the Package ‘ISLR’
- Load a CSV file(any valid file with more than 6 columns(features) and more than 20 rows ) into a dataframe and print the number or rows and columns of that dataframe.
- Print 3rd row
- Print 2nd col
7 years ago
10
Answer(0)