uashogeschoolutrecht / NSE_Analyses

Data analyses uitgevoerd voor de Nationale Studenten Enquête
1 stars 3 forks source link

Define NSEjaar only once in object #41

Open Fraukje opened 2 years ago

Fraukje commented 2 years ago

At the moment, each of the 4 script requires a manual data entry of the "NSEjaar" (year of the NSE questionnairre data). However, usually all four scripts will be run for the same year, so a more centralized definition of NSEjaar could be beneficial. @ALeemans recommends to use the use of a global variable, for instance defined in another .RData (?) file, that is only set once and then imported in each script.