Step 5 - Automation
Can you automate any repetitive tasks?
Often, computer tasks that need to be done over and over again by a human can be opportunities for error to sneak in. Setting up an automated way of running repetitive (and boring) tasks can eliminate this issue. Anything from a MS Excel formula or macro to coding in a data science frameword can help.
First steps
Let’s think about the repetitive tasks that you could automate - do you always rename files the same way? Do you manually copy files across?
Ways you can automate things:
- Spreadsheet Macros and formulas - Using macros in microsoft excel to facilitate cleaning of research data has instructions on how.
- MacOS - Automator find out how to automate 10 useful things
- Win 10 - Task scheduler learn how with this blog post
- Microsoft Power Automate or Google Apps Script
Advanced
Previous | Home | Next Page |