Use the given code below to answer the questions.
Hint: Insert a new code chunk below and type in the code, using the tq_get() function above. Replace the ticker symbol for Microsoft. You may find the ticker symbol for Microsoft from Yahoo Finance.
7
the variables are the different stock types
Numeric data is the type used here. Character data, logical data are other types
923
What the stock is, what it opened at, and what the highs and lows are for the day along with the closing cost for a share with how many stocks were traded that day.
Told to skip
Hint: Change message, warning, collapse, echo and results in the chunk options. Refer to the RMarkdown Reference Guide.