csv2vcf {ch} | R Documentation |
about csv2vcf
Description
A simple method to generate vcf file.
Usage
csv2vcf(csv_file, vcf_file, header = FALSE)
Arguments
csv_file |
The csv file contains names and phone numbers. The style is like this: Joey 18100 Hans 12788 Tim 34689 The first column is the name, the second column is the phone number corresponding to each person. The above is an example, and it is not true personal information summary. |
vcf_file |
The vcf file to create. |
header |
For more see |
Value
NULL. t will be saved in a file with the suffix vcf.
[Package ch version 0.1.0.2 Index]