R/readlabel.R

#' readlabel
#'
#' function inherited from ephys2 (/github/tdanker/ephys2/). Undocumented.
#' @noRd
readlabel<-function (ptr, con, offset = 4)
{
  seek(con, where = ptr + offset)
  lab<-readBin(con, "char")
  return(lab)
}
moritzlindner/PatchR documentation built on April 30, 2024, 1:40 a.m.