Description Usage Arguments Value Examples
View source: R/SMP-framework-sub-functions.R
Reads in Catapult 10Hz GPS files from a source directory and removes file type extensions to create a list of player/ position names.
1 | read_gps_files(gps_file_names, pattern_to_remove)
|
gps_file_names |
A character vector of the names of GPS files in the named directory. |
pattern_to_remove |
A character string that the user wants removed from the list of file names. |
A list of Catapult 10Hz GPS dataframes.
1 | my_gps_data_list <- read_gps_files(gps_file_names = list.files(pattern = "*.csv"), pattern_to_remove = "")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.