outputCSV {KINSIMU} | R Documentation |
Output frequency data into ISFG format
Description
Output frequency data into ISFG format
Usage
outputCSV(data, strpath)
Arguments
data |
frequency data, a list containing 4 data frames. |
strpath |
name of the pathway of the output csv file |
Value
a .csv file in ISFG formate
Examples
path<-tempdir()
outputCSV(FortytwoSTR,file.path(path,'data.csv'))
[Package KINSIMU version 0.1.2-2 Index]