Skip to contents

read Pangaea delimited text data with header

Usage

readPangaea(
  path,
  dec_sep = ".",
  col_sep = "\t",
  skiplines = "auto",
  shortnames = "T"
)

Arguments

path

Character string with path to Pangaea .tab-file

dec_sep

decimal separator (default=".")

col_sep

column separator (default="")

skiplines

description lines to be skipped. Can be assinged manual by setting integer number, or by default is "auto", looking for the end of the description marked by "*/"

shortnames

SHould only abbreviations be returned as colnames or full descriptive titles? If True (default) only short names (abbreviations) are returned /used. Cropping first ".." of colnames.