import_opencap_mot: Import OpenCap .mot file

View source: R/import_functions.R

import_opencap_motR Documentation

Import OpenCap .mot file

Description

Reads a .mot file exported from OpenCap and returns it as a tibble.

Usage

import_opencap_mot(.mot)

Arguments

.mot

Path to the .mot file (character).

Value

A tibble with numeric columns representing OpenCap output.

Examples

# file_path <- "path/to/opencap_file.mot"
# df <- import_opencap_mot(file_path)

steenharsted/mocapr documentation built on June 10, 2025, 11:55 a.m.