#' Kinematic Data Processing Functions
#'
#' @description
#' A collection of functions for processing and fixing kinematic datasets, particularly
#' focused on motion capture data with finger tracking.
#'
#' @details
#' Functions included in this collection:
#' \itemize{
#' \item \code{kin.trialN}: Ensures trial numbers start from 1
#' \item \code{kin.frameN}: Creates frame counters within trials
#' \item \code{kin.fingersOccluded}: Flags frames where fingers are occluded
#' \item \code{kin.framesOccluded}: Counts consecutive occluded frames
#' \item \code{kin.time}: Converts frame numbers to time based on refresh rate
#' \item \code{kin.globalTime}: Calculates global time across all trials
#' \item \code{kin.signal.missing}: Identifies missing or static signal frames
#' }
#'
#' @keywords internal
"_PACKAGE"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.