QuintineSol / DCiA

Data Consultancy in Action
0 stars 0 forks source link

Create Data Loader #4

Closed imbanunes closed 4 months ago

CharlotFranssen commented 4 months ago
WouterMulder9 commented 4 months ago

The functions which can be used in the data loader can be seen in "data loader.R". This file includes 2 different functions which can be used to import data:

These functions can be recalled into any R file by putting the "data loader.R" file into the working directory and using source('data loader.R')

WouterMulder9 commented 4 months ago

Some of the assumptions made might need editing dependent on the responses in the 4-3 meeting

WouterMulder9 commented 4 months ago

Updated data loader.R to represent the latest data, new functions which can be used in the data loader can be seen in "data loader.R". This file includes 2 different functions which can be used to import data:

These functions can be recalled into any R file by putting the "data loader.R" file into the working directory and using source('data loader.R')

CharlotFranssen commented 4 months ago

I think it would be better if you would already create the networks itself in this script, so people don't have to call upon the created functions anymore and can directly use the network. This also ensures that everyone uses the exact same network, and that we don't have to read/understand the functions that create the network.

NBillar commented 4 months ago

works great, putting our coding skills to shame 🤙🏾. tried all function in multiple ways