---------------------------------------------------------------------------
Just for this project, 

we need to move the outDir elsewhere, or it will get clubbered
We could try to clean up all the code, but that is going to get too cumbersome as well

## This is where the large DATA and IMAGESAVES  folder are:
/data/orch_large/
## I created an OUT folder as well, then...

mkdir /data/orch_large/out/Spotify_Metadata_2016
rmdir /data/orch_large/out/Spotify_Metadata_2016

## Made sure this folder is empty
cd ~rsaporta/git/orch/out/Spotify_Metadata_2016
ls

## ln -s Target Link
ln -s ~rsaporta/git/orch/out/Spotify_Metadata_2016   /data/orch_large/out/Spotify_Metadata_2016
ls /data/orch_large/out/ -lsah
cd /data/orch_large/out/Spotify_Metadata_2016

## Now from within R
R
## --------------------------
  setScience("Spotify_Metadata_2016")
  sourceSupportFns(proj="Spotify Playlist Webscrape")
  get_playlist_data(uri="spotify:user:liviadf:playlist:5EY0Fcnsff6OZToNfAVrcB")
  qn()
## --------------------------

ls -aslh
ls /data/orch_large/out/Spotify_Metadata_2016 -lsah
ls /data/orch_large/out/ -lsah
ls ~rsaporta/git/orch/out/Spotify_Metadata_2016 -lsah
