Skip to content

uiuc-ischool-20231-jseo1005-1/rmarkdown_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rmarkdown_practice

An example R Markdown repository for IS 407.

How to Clone in Terminal?

git clone https://github.com/uiuc-ischool-20231-jseo1005-1/rmarkdown_practice.git

How to Compile?

Open the file (covid.Rmd) file in RStudio and click knit button.

If you see some uninstalled package errors, just install those packages using the following command in R console:

install.packages("package_name_here")

After installing all the required packages, just click the knit button again.

Acknowledgement

Special thanks to Mine Çetinkaya-Rundel for sharing this file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published