#' Read a trc file
#'
#' Read a trc file
#' @param x trc file
#' @return Dataframe containing the marker data extracted from trc file
#' @export
read.trc <- function()
{
.Deprecated("read_trc")
## use new function, or remainder of myOldFunc
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.