CBIOMES / bayesian_cbiomes

notebooks and files for the Bayesian CBIOMES workshop
11 stars 18 forks source link

For R users: R markdown versions #7

Open AndrewIrwin opened 4 years ago

AndrewIrwin commented 4 years ago

R users may not be familiar with jupyter notebooks, but may be used to working with R studio.

I have converted the R versions in juypter notebooks to R markdown documents for use with Rstudio. These are in my fork: andrewirwin/bayesian_cbiomes. The script for doing the conversion is there too (remove_output.py and convert_ipynb_to_rmd.sh)

Andrew