get_sport: Generic function for extracting sports

View source: R/trackeR.R

get_sport.trackeRWprimeR Documentation

Generic function for extracting sports

Description

Generic function for extracting sports

Usage

## S3 method for class 'trackeRWprime'
get_sport(object, ...)

## S3 method for class 'conProfile'
get_sport(object, session = NULL, ...)

## S3 method for class 'distrProfile'
get_sport(object, session = NULL, ...)

get_sport(object, session, ...)

## S3 method for class 'trackeRdata'
get_sport(object, session = NULL, ...)

## S3 method for class 'trackeRdataSummary'
get_sport(object, session = NULL, ...)

Arguments

object

The object from which to extract sports.

...

Arguments to be passed to methods.

session

The sessions for which to extract sports.


trackeR documentation built on May 29, 2024, 5:04 a.m.