SophieBlatter / Project_Daniel_Sophie

Semesterproject on movement data for the Pattern and Trends module 2024
0 stars 1 forks source link

name of your rdata file #4

Open ratnanil opened 4 months ago

ratnanil commented 4 months ago

In preprocessing.R, on the last line, you save your environment like so:

save.image(file = "meine_Umgebung.RData")

in index.qmd, you try to load your environment like so:

load(file = "my_workspace.RData")

These names differ, but must be the same