write_kindata {kindisperse} | R Documentation |
Write KinPairData
or KinPairSimulation
object in .kindata
format
Description
This function is part of suite of functions handling file import/export for kinship dispersal objects.
Writing to the custom .kindata
format enables complete preservation of KinPairData
& KinPairSimulation
formats
without any loss of class attributes or metadata - ideal for saving simulation data that is intended for further in-package
processing with kindisperse.
Usage
write_kindata(x, file)
Arguments
x |
Object of class |
file |
The file path to write to. If is doesn't end it ' |
Value
Invisibly returns the initial object
See Also
Other export_functions:
kinpair_to_csv()
,
kinpair_to_tibble()
,
kinpair_to_tsv()
[Package kindisperse version 0.10.2 Index]