{"id":32406546,"url":"https://github.com/marcozanotti/rcoding-course","last_synced_at":"2025-10-25T12:54:58.353Z","repository":{"id":128907096,"uuid":"437321697","full_name":"marcozanotti/rcoding-course","owner":"marcozanotti","description":"R Coding Course","archived":false,"fork":false,"pushed_at":"2024-03-15T17:44:59.000Z","size":40181,"stargazers_count":7,"open_issues_count":0,"forks_count":22,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-15T18:47:01.689Z","etag":null,"topics":["course","data-science","education","programming","r","teaching"],"latest_commit_sha":null,"homepage":"https://marcozanotti.netlify.app/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcozanotti.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-12-11T15:41:59.000Z","updated_at":"2024-01-17T10:33:20.000Z","dependencies_parsed_at":"2023-04-16T03:41:52.665Z","dependency_job_id":"5f0d483d-429f-408c-8a10-d28cdee5b5aa","html_url":"https://github.com/marcozanotti/rcoding-course","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcozanotti/rcoding-course","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcozanotti%2Frcoding-course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcozanotti%2Frcoding-course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcozanotti%2Frcoding-course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcozanotti%2Frcoding-course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcozanotti","download_url":"https://codeload.github.com/marcozanotti/rcoding-course/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcozanotti%2Frcoding-course/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280958218,"owners_count":26420235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["course","data-science","education","programming","r","teaching"],"created_at":"2025-10-25T12:54:51.500Z","updated_at":"2025-10-25T12:54:58.345Z","avatar_url":"https://github.com/marcozanotti.png","language":"HTML","readme":"---\noutput: github_document\neditor_options: \n  markdown: \n    wrap: 72\n---\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\"\n)\n```\n\n# R Coding\n\n*Overview*\n\nThe course aims at providing technical skills about coding/scripting\naspects for data analysis and to manage persistent data storage of\nsources and results involved in analysis. On the one side, the Python\nprogramming language and the R framework are illustrated. The goal is to\ndeal with essential notions about data structures and control structures\nof both Python and R. On the other side, the goal is to present the core\nnotions of relational databases, such as keys, integrity, and\nprimary/foreign key constraints, as well as the SQL language for data\ndefinition, manipulation, and query. Recent and innovative NoSQL\nsolutions are also discussed, with special focus on a document-oriented\nsystem called MongoDB.\n\nThe **R Coding** part of the course aims at teaching **R Programming**,\nfocusing on how to code with modern and state-of-the-art R packages.\n\n\n## General Information\n\n- [Course Descriprion (for Students)](https://marcozanotti.github.io/rcoding-course/general-infos/rcod_description.html)  \n- [Course Descriprion (for Business Experts)](https://marcozanotti.github.io/rcoding-course/general-infos/rcod_description_business.html)  \n- [Syllabus](https://marcozanotti.github.io/rcoding-course/general-infos/rcod_syllabus.html)  \n\n  \n## Materials\n\n- [Introduction to R](https://marcozanotti.github.io/rcoding-course/R/rcod_lecture0/rcod_lecture0_intro2R.html)\n- [Introduction to RMarkdown](https://marcozanotti.github.io/rcoding-course/R/rcod_lecture0/rcod_lecture0_rmarkdown.html)\n- [💯 R Best Practices](https://marcozanotti.github.io/rcoding-course/resources/presentation/r_best_practices.html)\n- [Tutorials (lectures)](https://github.com/marcozanotti/rcoding-course/tree/master/R)\n- [Other Resources](https://github.com/marcozanotti/rcoding-course/tree/master/resources)\n\n\n## Suggested References\n\nGit \u0026 GitHub:\n\n- [Pro Git](https://git-scm.com/book/en/v2)  \n- [Happy Git with R](https://happygitwithr.com/index.html)\n\nR Programming:\n\n- [R for Data Science](https://r4ds.had.co.nz/)  \n- [Efficient R Programming](https://csgillespie.github.io/efficientR/index.html)  \n- [R Packages](https://r-pkgs.org/index.html)  \n- [Advanced R](https://adv-r.hadley.nz/)\n\nRMarkdown \u0026 Shiny:\n\n- [RMarkdown: The Definitive Guide](https://bookdown.org/yihui/rmarkdown/)  \n- [Mastering Shiny](https://mastering-shiny.org/)  \n- [Shiny Tutorials](https://shiny.rstudio.com/tutorial/)\n\nEverything with R:\n\n- [Big Book of R](https://www.bigbookofr.com/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcozanotti%2Frcoding-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcozanotti%2Frcoding-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcozanotti%2Frcoding-course/lists"}