Skip to content

Commit

Permalink
Update get_itn_data.R
Browse files Browse the repository at this point in the history
  • Loading branch information
kweav authored Dec 4, 2024
1 parent 0f40b79 commit 6636369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/get_itn_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ readr::write_csv(itcr_course_metrics, file.path(root_dir,"data", "itcr_course_me
# ITCR Google Drive
itcr_drive_id <- "https://drive.google.com/drive/folders/0AJb5Zemj0AAkUk9PVA"
itcr_slido_data_raw <- get_slido_files(itcr_drive_id)
itcr_slido_data <- itcr_slido_data_raw$`Polls-per-user`
itcr_slido_data <- itcr_slido_data_raw$`Polls-per-participant`


# Save these to CSVs
Expand Down Expand Up @@ -110,4 +110,4 @@ download_stats_processed <- download_stats %>%
# Save this to a TSV
readr::write_csv(download_stats_processed, file.path(root_dir,"data", "cran_download_stats.csv"))

sessionInfo()
sessionInfo()

0 comments on commit 6636369

Please sign in to comment.