Question
Create an rmarkdown file that outputs a word document. The title of the document should be Worksheet 2. Put your name as the author. Create
Create an rmarkdown file that outputs a word document.
The title of the document should be Worksheet 2.
Put your name as the author.
Create an unordered list of groceries (5 items) with a level 3 header Grocery.
Create an ordered list out the list (Freshman, Sophomore, Junior, Senior, Graduate) with a level 3 header Year.
Insert an image.
Create a link in your document connecting the text "R Markdown" to the url "https://rmarkdown.rstudio.com/".
Insert an R Chunk with the options of showing both code and the output. The chunk should contain;
your working directory.
the structure of iris dataset.
first 5 observations of iris dataset.
plot the sepal length and sepal width of the iris dataset on the x-axis and y-axis respectively.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started