R/readAny.R

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