TPP_importCheckConfigTable {TPP2D} | R Documentation |
Import and chech configuration table
TPP_importCheckConfigTable(infoTable, type = "2D")
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 |
data frame with config table
data("config_tab") TPP_importCheckConfigTable(config_tab, type = "2D")