Question: - - - title: Titanic - Capstone Project output: word _ document - - - # Author Info ` ` ` { r , echo

---
title: "Titanic - Capstone Project"
output: word_document
---
# Author Info
```{r,echo=FALSE,results='asis'}
# print name, class, task, today's date
cat("Mary A. Marion ","")
cat("RIT Stat 790 Capstone Project ","")
cat("Marion.Capstone.Rmd ","")
currentTime <- as.character(Sys.time())
cat(currentTime,"")
cat("","")
--- How can I get RStudio to output this to a word document?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!