You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an R function that dumps a SQL table. Function of the form:
#' @param tablename character name of the database table to backup#' @param folder character folder where the dump file will be saved #' @param dumpfilename path to the file name, including .7z extensiondumptable<-function(tablename="", folder, dumpfilename= paste0(tablename, ".7z")
The output should be a compressed .sql.7z file, available on the public server.
The text was updated successfully, but these errors were encountered:
Create an R function that dumps a SQL table. Function of the form:
The output should be a compressed .sql.7z file, available on the public server.
The text was updated successfully, but these errors were encountered: