pt_export: Export ptables as a txt-file

View source: R/pt_export.R

pt_exportR 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 ptable

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


tenderle/ptable documentation built on March 5, 2023, 3:35 a.m.