powered by
save_dt is for saving a data.frame or a list fast.
save_dt
save_dt(dt, file_name = NULL, dir_path = tempdir(), note = FALSE, as_list = FALSE, row_names = FALSE, append = FALSE)
A data frame or list.
A string. The file name to save breaks_list.
A string. The dir path to save breaks_list.
Logical. Outputs info.Default is TRUE.
Logical. List format or data.frame format to save. Default is FALSE.
Logical,retain rownames.
Logical, append newdata to old.
# NOT RUN { save_dt(UCICreditCard,"UCICreditCard", tempdir()) # }
Run the code above in your browser using DataLab