Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hfxbse/dhbw-data-analysis
Exploratory data analysis R notebook for the module T3INF4333 "Grundlagen Data Science" held in 2024 by Lothar B. Blum at the DHBW Stuttgart.
https://github.com/hfxbse/dhbw-data-analysis
data-analysis data-science dhbw dhbw-stuttgart ggplot2 r r-notebook
Last synced: 6 days ago
JSON representation
Exploratory data analysis R notebook for the module T3INF4333 "Grundlagen Data Science" held in 2024 by Lothar B. Blum at the DHBW Stuttgart.
- Host: GitHub
- URL: https://github.com/hfxbse/dhbw-data-analysis
- Owner: hfxbse
- Created: 2024-12-01T13:06:31.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-12-19T15:17:25.000Z (7 days ago)
- Last Synced: 2024-12-19T15:45:42.494Z (7 days ago)
- Topics: data-analysis, data-science, dhbw, dhbw-stuttgart, ggplot2, r, r-notebook
- Language: Nix
- Homepage: https://hfxbse.github.io/dhbw-data-analysis/
- Size: 1.64 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exploratory Data Analysis
Repository for the project submission required by the module T3INF4333 "Grundlagen Data Science" held in 2024 by
[Lothar B. Blum](mailto:[email protected]) at the [DHBW Stuttgart](https://dhbw-stuttgart.de/).
The task requires creating
an [exploratory data analysis as an R notebook](https://hfxbse.github.io/dhbw-data-analysis/).## Development
All required dependencies are managed as [Nix flake](https://wiki.nixos.org/wiki/Flakes).
To compile the R notebook to an HTML site, run```sh
echo "rmarkdown::render('main.Rmd', 'html_notebook')" | nix develop --command R --slave
```This will get you the same result as the online version.
[JetBrain provides a plugin for R development](https://www.jetbrains.com/help/pycharm/r-plugin-support.html).
To use the same R installation specified in the Nix flake, make sure to add the R bash script as your R interpreter.
This approach should work for every other development tool, although it is not tested.