Use the given code below to answer the questions.

Q1 Get Microsoft stock prices, instead of Apple.

Q2 How many columns (variables) are there?

Q3 What are the variables?

Date, Open, High, Low, Close, Volume, Adjusted

Q4 What type of data are they? What are other basic data types?

Character data and Logical data

Q5 How many rows are there?

922 rows

Q6 What does the row represent?

Rows represent days and stock price

Q7 Create a line plot for the data.

Q8 Hide the messages and warings but display the code and results of the code on the webpage.

Hint: Change message, warning, collapse, echo and results in the chunk options. Refer to the RMarkdown Reference Guide.

Q9 Display the title and your name correctly at the top of the webpage.

Q10 Use the correct slug.