Unmarked Assignment 03 - reading in and writing data
The data for this assignment was provided by the city of Marburg, which installed a sensor network across the city to get information about temperature and humidity hot spots.
- Create a template for how you want to organize your future projects (folderstructure). Submit this in form of an .txt file with your .zip (see below) This example shows how you could structure it - it’s by no means good and shall just illustrate what is meant by this task. Adapt it to your specific style, requirements and what you think is good. Add a README.txt which contains what you think is important for data descriptions.
Folderstructure
└── my_awesome_project | Name of the project, see rules
├── data | all data files go here
├── run_analyses.R | Script to run your super analysis, add versioning numbers etc
-
Create a folder structure accordingly for this assignment, download the files “Firmanaiplatz” and “Schlossparkbuehne” and save them in the folder of your choice.
-
Read in the data frames using a suitable function-argument combination. Check with str() whether the data is in the right format.
-
Extract from one of the dataframes the temperature of the year 2024 and safe it as a .csv in your folder structure. Zip your whole folder, including the folderstructure description created in (1) and upload it.