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