R/read_trc_deprecated.R

Defines functions read.trc

Documented in read.trc

#' 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
}
Kneerav/biomechanics documentation built on March 30, 2025, 12:56 a.m.