Description Usage Arguments Value See Also
View source: R/export_functions.R
This function is part of suite of functions handling file import/export for kinship dispersal objects. Writing
to .csv or .tsv formats strips most KinPairData
& KinPairSimulation
class metadata and leaves a delimited file
containing ids, kinship category, geographical distance, & x & y coordinates for each simulated pair. (removes class attributes)
1 | kinpair_to_csv(x, file, ...)
|
x |
Object of class |
file |
The file path to write to |
... |
Additional arguments to pass to |
Invisibly returns the initial object
Other export_functions:
kinpair_to_tibble()
,
kinpair_to_tsv()
,
write_kindata()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.