R/update_logbook_drive.R

Defines functions update_logbook_drive

Documented in update_logbook_drive

#' Update the logbook on Google Drive
#'
#' @author Théo Pannetier
#' @export
update_logbook_drive <- function() {

  googledrive::drive_update(
    file = "comrad/comrad_data/logs/logbook.csv",
    media = paste0(path_to_fabrika_local(), "comrad_data/logs/logbook.csv"),
  )

}
TheoPannetier/fabrika documentation built on Nov. 23, 2022, 8:18 a.m.