diff --git a/assets/images/examples-repo.png b/assets/images/examples-repo.png new file mode 100644 index 0000000..72b2ba0 Binary files /dev/null and b/assets/images/examples-repo.png differ diff --git a/content/en/blog/example-repository.md b/content/en/blog/example-repository.md new file mode 100644 index 0000000..1cd2f3d --- /dev/null +++ b/content/en/blog/example-repository.md @@ -0,0 +1,38 @@ +--- +title: "Examples repository: Python and R" +description: "For the users who have been using Harmony in their research, we have created a repository where example R notebooks and Jupyter notebooks can be uploaded" +date: 2024-11-19 +categories: ["development"] +image: /images/examples-repo.png + + +url: "/open-source-for-social-science/example-respository/" +--- + +For users who have been using Harmony in their research, we have created an example scripts repository here + +* https://github.com/harmonydata/harmony_examples + +This contains example R notebooks and Jupyter notebooks. You can upload your own example script if you have something to share with the research community. + +Example problems that users have been solving included: + + + +## R examples + +* Walkthrough R notebook in R Studio: Open In R Studio +* Walkthrough R notebook in Google Colab: Open In Colab + + + + +## Python examples + +* [Walkthrough Python notebook](https://github.com/harmonydata/harmony/blob/main/Harmony_example_walkthrough.ipynb) Open In Colab +* [Example script to create a crosswalk table on real survey data](https://github.com/harmonydata/harmony_examples/blob/main/create_harmony_crosswalks_in_python.ipynb) Open In Colab +* [Example script to strip prefixes from questions](https://github.com/harmonydata/harmony_examples/blob/main/strip_common_prefixes_from_questions.ipynb) Open In Colab + +## Documentation + +[View the PDF documentation of the R package on CRAN](https://cran.r-project.org/web/packages/harmonydata/harmonydata.pdf)