powered by
Function to export perturbation table to Tau-Argus, SAS or any other CKM tool (as txt-file).
pt_export(..., file, SDCtool = "TauArgus")
Returns `NULL` and the ptable is saved in the specified format.
1 or 2 input object of class ptable
ptable
(character) filename (only 'txt' is possible as file extension)
(character) either "TauArgus" or "SAS"
Tobias Enderle
# \donttest{ ptab <- create_cnt_ptable(D = 5, V = 3, js = 2, label = "test") pt_export(ptab, file = tempfile("ptable_example"), SDCtool = "TauArgus") # }
Run the code above in your browser using DataLab