python
, and I need a repository of codes for reference to perform tasks that I already know well in R
.The rest of this site is organised into webpages at the top, with each webpage correspond to a specific task. Each webpage is organised into two columns, with R
codes on the left and the python
codes on the right, aiming to achieve the same tasks.
This website is deployed through GitHub Actions using this workflow. As such, the codes should be fully reproducible. The Python modules are also encapsulated in a virtual environment as specified in the workflow file.