View source: R/import_functions.R
import_opencap_mot | R Documentation |
Reads a .mot file exported from OpenCap and returns it as a tibble.
import_opencap_mot(.mot)
.mot |
Path to the .mot file (character). |
A tibble with numeric columns representing OpenCap output.
# file_path <- "path/to/opencap_file.mot"
# df <- import_opencap_mot(file_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.