Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.