outputCSV {KINSIMU} | R Documentation |
Output frequency data into ISFG format
outputCSV(data, strpath)
data |
frequency data, a list containing 4 data frames. |
strpath |
name of the pathway of the output csv file |
a .csv file in ISFG formate
path<-tempdir()
outputCSV(FortytwoSTR,file.path(path,'data.csv'))