USCbiostats / PM566

USC's Introduction to Health Data Science
https://uscbiostats.github.io/PM566/
13 stars 27 forks source link

Week 5 #42

Closed gvegayon closed 2 years ago

gvegayon commented 3 years ago

Discussion for Week 5

Welcome to week 5! We will be using this issue tracker for this week's sessions.

Once you have completed your lab, please either:

a. Upload your pdf/html file with your solutions here (more info), b. Add a link to a Github repository where you keep the file using Github's auto-links

Due date

Assignment number 1 is due this week (September 24, 2021). Please cross-reference your commit with this issue.

gvegayon commented 3 years ago

Hey @USCbiostats/pm566-fall2021! Feel free to make as many submissions as you want until 11:59 PM PST this Friday. I will only consider the latest submission as the official one.

Nicky-Nie commented 3 years ago

Hi Professor, @gvegayon, I tried _Rscript --vanilla -e 'rmarkdown::render("Assignment_01/README.Rmd", outputformat = "all")' It says that output file: README.knit.md Output created: README.html But I can't find any md file in my folder, so I still use keep_md: yes. Where can I find my md file if I use command-line tool? Thank you.

gvegayon commented 3 years ago

Hi Professor, @gvegayon, I tried _Rscript --vanilla -e 'rmarkdown::render("Assignment_01/README.Rmd", outputformat = "all")' It says that output file: README.knit.md Output created: README.html But I can't find any md file in my folder, so I still use keep_md: yes. Where can I find my md file if I use command-line tool? Thank you.

You need to make sure that the output lists both HTML and GitHub output, e.g.:

output:
  - github_document
  - html_document
songruwa commented 3 years ago

https://github.com/songruwa/PM566-lab5/blob/main/lab%205.Rmd