get_sport.trackeRWprime {trackeR} | R 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. |
[Package trackeR version 1.6.0 Index]