A simple method to generate vcf file.
csv2vcf(csv_file, vcf_file, header = FALSE)
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.
The vcf file to create.
For more see read.csv
,
the default is FALSE.
NULL. t will be saved in a file with the suffix vcf.