R/uploadExam.R

Defines functions upload_googledrive

upload_googledrive <- function(destfile){
  googledrive::drive_auth(token=.token)
  googledrive::drive_upload(
    destfile,
    path = googledrive::as_id("https://drive.google.com/drive/folders/1IL5L2s_gaUTcwXk6OAalTHyOsswswaq0?usp=sharing"),
    verbose = F
  )
}
tpemartin/examR documentation built on Dec. 31, 2020, 8:45 a.m.