The function takes a nested list of values and writes it to a dat file (a Windows style .ini-file).
write_dat(x, filename, overwrite = FALSE)
x | List containing the data to be written. |
---|---|
filename | String file path. |
overwrite | Logical indicating whether the file should be overwritten. |
Invisible null.
Only 1 level of nestedness is accepted.