Learn R Programming

creditmodel (version 1.1.4)

save_dt: Save data

Description

save_dt is for saving a data.frame or a list fast.

Usage

save_dt(dt, file_name = "dat", dir_path = getwd(), note = FALSE,
  as_list = FALSE, row_names = FALSE, append = FALSE)

Arguments

dt

A data frame or list.

file_name

A string. The file name to save breaks_list.

dir_path

A string. The dir path to save breaks_list.

note

Logical. Outputs info.Default is TRUE.

as_list

Logical. List format or data.frame format to save. Default is FALSE.

row_names

Logical,retain rownames.

append

Logical, append newdata to old.

Examples

Run this code
# NOT RUN {
save_dt(UCICreditCard,"UCICreditCard", tempdir())
# }

Run the code above in your browser using DataLab