Our project for Processing of structured data!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
It's our project for Processing of structured data. It basically analyzes large data from stackexchange and creates cool diagrams. We explain everything in the video above. Click on a photo and it will redirect you to youtube. Project hasn't been translated into English yet.
- GNU R version 4
- Package stringi
- Package data.table
- Package XML
- gaming.stackexchange.com.7z
- beer.stackexchange.com.7z
- health.stackexchange.com.7z
- any integrated development environment for R (we recommend using RStudio)
- Download/clone all files from this repository.
- Open folder with files in terminal.
- Type:
Don't worry! It will ask for your permission before installation of each package.
./requirements.sh
- If it doesn't work, try:
sudo chmod +x requirements.sh ./requirements.sh
- Extract 7z files with data to appropriately named folders created inside project directory:
gaming.stackexchange.com.7z ---> gaming_stackexchange beer.stackexchange.com.7z ---> beer_stackexchange health.stackexchange.com.7z ---> health_stackexchange
- Now you can open and use our R program with full functionality!
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
- Jan Skwarek - janskwarek@protonmail.ch - Instagram - Facebook - LinkedIn
- Daniel Tytkowski - danielek.tytkowski@gmail.com - Instagram
- Patryk Rakus - patryk.rakus7@gmail.com - Instagram - Facebook
Project Link: https://github.com/janskwr/Processing-of-structured-data