Other packages > Find by keyword >

SwimmeR  

Data Import, Cleaning, and Conversions for Swimming Results
View on CRAN: Click here


Download and install SwimmeR package within the R console
Install from CRAN:
install.packages("SwimmeR")

Install from Github:
library("remotes")
install_github("cran/SwimmeR")

Install by package version:
library("remotes")
install_version("SwimmeR", "0.14.2")



Attach the package and use:
library("SwimmeR")
Maintained by
Greg Pilgrim
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-10-10
Latest Update: 2023-03-24
Description:
The goal of the 'SwimmeR' package is to provide means of acquiring, and then analyzing, data from swimming (and diving) competitions.To that end 'SwimmeR' allows results to be read in from .html sources, like 'Hy-Tek' real time results pages, '.pdf' files, 'ISL' results, 'Omega' results, and (on a development basis) '.hy3' files.Once read in, 'SwimmeR' can convert swimming times (performances) between the computationally useful format of seconds reported to the '100ths' place (e.g. 95.37), and the conventional reporting format (1:35.37) used in the swimming community.'SwimmeR' can also score meets in a variety of formats with user defined point values, convert times between courses ('LCM', 'SCM', 'SCY') and draw single elimination brackets, as well as providing a suite of tools for working cleaning swimming data.This is a developmental package, not yet mature.
How to cite:
Greg Pilgrim (2019). SwimmeR: Data Import, Cleaning, and Conversions for Swimming Results. R package version 0.14.2, https://cran.r-project.org/web/packages/SwimmeR. Accessed 12 Mar. 2025.
Previous versions and publish date:
0.1.0.0 (2019-10-10 16:40), 0.2.0 (2020-04-10 06:40), 0.3.0 (2020-07-10 19:40), 0.3.1 (2020-07-11 09:00), 0.4.1 (2020-08-28 21:50), 0.4.2 (2020-09-17 16:00), 0.5.0 (2020-10-19 18:40), 0.6.0 (2020-11-22 23:20), 0.7.2 (2021-01-13 20:10), 0.8.0 (2021-03-20 21:40), 0.9.0 (2021-04-19 22:10), 0.10.0 (2021-06-02 17:30), 0.11.0 (2021-07-16 10:20), 0.12.0 (2021-08-14 22:00), 0.13.0 (2021-11-05 18:50)
Other packages that cited SwimmeR R package
View SwimmeR citation profile
Other R packages that SwimmeR depends, imports, suggests or enhances
Complete documentation for SwimmeR
Functions, R codes and Examples using the SwimmeR R package
Some associated functions: King200Breast . Read_Results . Swim_Parse . SwimmeR-defunct . SwimmeR-deprecated . add_row_numbers . age_format . age_format_helper . coalesce_many . coalesce_many_helper . collect_relay_swimmers . collect_relay_swimmers_old . collect_relay_swimmers_omega . collect_relay_swimmers_splash . correct_split_distance . correct_split_distance_helper . course_convert . course_convert_DF . course_convert_helper . determine_indent_length_splash . discard_errors . dive_place . draw_bracket . event_parse . event_parse_ISL . fill_down . fill_left . fold . format_results . get_mode . grapes-notin-grapes . heat_parse_omega . hy3_parse . hy3_places . hy3_times . interleave_results . is_link_broken . lines_sort . list_transform . mmss_format . na_pad . name_reorder . pipe . reaction_times_parse . read_results_flag . results_score . sec_format . sec_format_helper . splash_collect_splits . splits_parse . splits_parse_ISL . splits_parse_omega_relays . splits_parse_splash . splits_parse_splash_helper_1 . splits_parse_splash_helper_2 . splits_parse_splash_relays . splits_reform . splits_rename_omega . splits_to_cumulative . splits_to_cumulative_helper_recalc . splits_to_lap . splits_to_lap_helper_recalc . swim_parse_ISL . swim_parse_hytek . swim_parse_old . swim_parse_omega . swim_parse_samms . swim_parse_splash . swim_place . tie_rescore . undo_interleave . 
Some associated R codes: ISL_event_parse.R . ISL_splits_parse.R . ISL_swim_parse.R . King200Breast.R . Swim_Parse.R . SwimmeR-defunct.R . SwimmeR-deprecated.R . add_row_numbers.R . coalesce_many.R . collect_relay_swimmers.R . correcting_splits.R . course_conversions.R . deprec_collect_relay_swimmers.R . deprec_swim_parse.R . discard_errors.R . dive_place.R . draw_bracket.R . event_parse.R . fill_down.R . fill_left.R . fold.R . format_age.R . format_results.R . get_mode.R . globals.R . hy3_parse.R . hy3_places.R . hy3_times.R . hytek_swim_parse.R . interleave_results.R . is_link_broken.R . lines_sort.R . list_transform.R . mmss_format.R . na_pad.R . name_reorder.R . not_in.R . omega_collect_relay_swimmers.R . omega_heat_parse.R . omega_splits_parse_relays.R . omega_splits_rename.R . omega_swim_parse.R . reaction_times_parse.R . read_results.R . results_score.R . samms_swim_parse.R . sec_format.R . splash_collect_relay_swimmers.R . splash_collect_splits.R . splash_determine_indent_length.R . splash_splits_parse.R . splash_splits_parse_relays.R . splash_swim_parse.R . splits_parse.R . splits_reform.R . splits_to_cumulative.R . splits_to_lap.R . swim_place.R . tie_rescore.R . undo_interleave.R . utils-pipe.R .  Full SwimmeR package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

delaunay  
2d, 2.5d, and 3d Delaunay Tessellations
Construction and visualization of 2d Delaunay triangulations, possibly constrained, 2.5d (i.e. elev ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
ContourFunctions  
Create Contour Plots from Data or a Function
Provides functions for making contour plots. The contour plot can be created from grid data, a func ...
Download / Learn more Package Citations See dependency  
HMMmlselect  
Determine the Number of States in Hidden Markov Models via Marginal Likelihood
Provide functions to make estimate the number of states for a hidden Markov model (HMM) using margi ...
Download / Learn more Package Citations See dependency  
pomcheckr  
Graphical Check for Proportional Odds Assumption
Implements the method described at the UCLA Statistical Consulting site ...
Download / Learn more Package Citations See dependency  
incgraph  
Incremental Graphlet Counting for Network Optimisation
An efficient and incremental approach for calculating the differences in orbit counts when performi ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA