Playing with Kaggle, R and ESS

1 · Shane Mulligan · Oct. 24, 2019, 11 a.m.
Build the script kag This is used for Downloading datasets to an organised directory structure Viewing CSV results in visidata by default Keeping track of history Caching results 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 #!/bin/bash export TTY ( hs "$(basename "$0")" "$@" "#" "<==" "$(ps -o comm= $PPID)" 0</dev/null ) &>/dev/null is_tty() { # If stout is a tty [[ -t 1 ]] } slug="$(echo "$3" | slugify)" dsname="$(echo "$3" | sed 's=....