1.Create a table and read it into R using read.table(). 2. Create a table in Excel and read it into R. 3. Create a data frame ‘Book’ that contains three vectors [Name, Price, Author]. Convert this...

1.Create a table and read it into R using read.table(). 2. Create a table in Excel and read it into R. 3. Create a data frame ‘Book’ that contains three vectors [Name, Price, Author]. Convert this data frame into a matrix and list the object using the operator ‘as’. 4. Create a dataset or table [‘Shop’] and apply all the data exploring functions on this table. 5. Create two data frames, ‘Student’ and ‘Subject’ with appropriate values. Merge both data frames using the merge function. Implement the left and right outer join operations on the data frames.



May 18, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here