This project takes the form of an essay with code chunks and data visualization. It takes a critical stance towards the biggest available religious studies database from the point of view of data analysis and comparative studies of religion. To make this project data from The Database of Religious History website was analyzed using R language and then HTML report was made using Quarto.
Project explores two problems with the database: questions with little to none variance and unorganized labels. To do so there are multiple graphs included, like the one shown below.
To visualize data that could not be easily plotted in two dimensions, an interactable graph was employed showing the relationship between labels, how many times it was used and how many labels entry to this type used on average.
All the code is included in foldable chunks, as this project was the final submission for Data Analysis in R class at Jagiellonian University.
To just view the essay:
- Clone repository locally
- Open
Religious-History-database.htmlfile
To run the code yourself:
- Clone repository locally
- Unpack
data.rar cdto the project directory- Install the dependencies if needed
- Run the project in command line
quarto render Religious-History-database.qmd


