UD3-Lab / mintEMU

mintEMU - The Legacy of the European Postgraduate Master in Urbanism at TU Delft: A Text Mining Approach
Other
1 stars 0 forks source link

added namespace infor to functions #149

Closed alwil closed 12 months ago

alwil commented 1 year ago

Hi @cforgaci ,

I have run the emu_text.R to update the dataset and noticed that namespace is missing in some functions. I have now added it. You also use magrittr pipe - I know that in some cases it is handier than native R pipe, so I have added it to the package by using the command: usethis::use_pipe(). It's a one time thing, you don't need to rerun this command, but I have documented it in create-rrtools.R.

I try to always rerun the functions that I've written after cleaning env and restarting the R session to make sure they work without anything I have loaded :).