pt_export {ptable} | R Documentation |
Export ptables as a txt-file
Description
Function to export perturbation table to Tau-Argus, SAS or any other CKM tool (as txt-file).
Usage
pt_export(..., file, SDCtool = "TauArgus")
Arguments
... |
1 or 2 input object of class |
file |
(character) filename (only 'txt' is possible as file extension) |
SDCtool |
(character) either "TauArgus" or "SAS" |
Value
Returns 'NULL' and the ptable is saved in the specified format.
Author(s)
Tobias Enderle
Examples
ptab <- create_cnt_ptable(D = 5, V = 3, js = 2, label = "test")
pt_export(ptab, file = tempfile("ptable_example"), SDCtool = "TauArgus")
[Package ptable version 1.0.0 Index]