Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 314 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 314 Bytes

biomed-data-analysis-jdk

Github pages

https://kapelsinas.github.io/biomed-data-analysis-jdk/

Before commiting execute command in console to render website

rmarkdown::render_site()

To preview website files to clean

rmarkdown::clean_site()

To clean website files

rmarkdown::clean_site(preview = FALSE)