TPP_importCheckConfigTable {TPP2D}R Documentation

Import and chech configuration table

Description

Import and chech configuration table

Usage

TPP_importCheckConfigTable(infoTable, type = "2D")

Arguments

infoTable

character string of a file path to a config table (excel,txt or csv file) or data frame containing a config table

type

charater string indicating dataset type default is 2D

Value

data frame with config table

Examples

data("config_tab")
TPP_importCheckConfigTable(config_tab, type = "2D")

[Package TPP2D version 1.6.0 Index]