Is a generic function that stores an R object in CSV.
savecsv.Rd
Is a generic function that stores an R object in CSV.
Usage
savecsv(
Object_to_save,
Name_to_save,
output = "1. Ingelezen data/",
dataloc,
fileEncoding = "",
session_info = FALSE
)
Arguments
- Object_to_save
The object to save
- Name_to_save
The file name that the file should be given (without extension)
- output
Data location on the network drive, depending on the branch set.starting from "G:/DSZ/SA2016/Datasets/Output/(branch)/"
- dataloc
Data location on the network drive, starting from "G:/DSZ/SA2016/Datasets/"
- fileEncoding
If not specified, UTF-8 is used
- session_info
Default FALSE. Must the session info be in the same folder be written off