Skip to contents

This function installs the Python `multimatch_gaze` package using pip via reticulate. This package is required for the Python-based MultiMatch implementation.

Usage

install_multimatch()

Value

NULL (called for side effect of installing the package).

Examples

if (FALSE) { # \dontrun{
install_multimatch()
} # }