exportDASData {DASplusR} | R Documentation |
Export a DASDataset
Description
Write a DASDataset to a .das file. These files can then be read by importDASData
. A .das data file is a csv file with a header attached at the top, where any relevant information for restoring the DASDataset is saved.
Usage
importDASData(x, filename, delimiter=",", dec=".", na="NA")
Arguments
x |
a DASDataset |
filename |
a character string giving the
name of the file to be saved. |
delimiter |
field delimiter for data table. |
dec |
decimal point character. |
na |
string for coding NA's. |
See Also
importDASData
[Package
DASplusR version 0.0-2
Index]