Closed rtaph closed 3 years ago
I was trying the tool out in the terminal and it did not always work. This PR introduces some fixes so that we can run
alias points='Rscript -e "labzenr::count_points()"'
To then just be able to run a bash command like
cd ~/mds/block5/lab99 points
Unfortunately, menu() does not work in non-interactive mode, so I had to code a way around it.
menu()
I was trying the tool out in the terminal and it did not always work. This PR introduces some fixes so that we can run
To then just be able to run a bash command like
Unfortunately,
menu()
does not work in non-interactive mode, so I had to code a way around it.