Learn R Programming

ptable (version 1.0.0)

pt_export: 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")

Value

Returns `NULL` and the ptable is saved in the specified format.

Arguments

...

1 or 2 input object of class ptable

file

(character) filename (only 'txt' is possible as file extension)

SDCtool

(character) either "TauArgus" or "SAS"

Author

Tobias Enderle

Examples

Run this code
# \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