diff --git a/scripts/datos.R b/scripts/datos.R index 0b65ecd..7f0ffa2 100644 --- a/scripts/datos.R +++ b/scripts/datos.R @@ -5,7 +5,7 @@ library(tidyverse) # spotify ----------------------------------------------------------------- -system(command = "python scripts/spotify.py") +# system(command = "python scripts/spotify.py") spotify <- read_csv("datos/spotify.csv") # letterboxd -------------------------------------------------------------- diff --git a/scripts/principal.bash b/scripts/principal.bash index 01add04..6498e66 100755 --- a/scripts/principal.bash +++ b/scripts/principal.bash @@ -1,5 +1,5 @@ #!/usr/bin/env bash -python scripts/spotify.py +# python scripts/spotify.py quarto render index.qmd \ No newline at end of file