#' 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.