Learn R Programming

KINSIMU (version 0.1.2-2)

outputCSV: Output frequency data into ISFG format

Description

Output frequency data into ISFG format

Usage

outputCSV(data, strpath)

Value

a .csv file in ISFG formate

Arguments

data

frequency data, a list containing 4 data frames.

strpath

name of the pathway of the output csv file

Examples

Run this code
path<-tempdir()
outputCSV(FortytwoSTR,file.path(path,'data.csv'))

Run the code above in your browser using DataLab