knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

youngSwimmers

R-CMD-check Lifecycle: stable CRAN status

This is an R package that contains the data used for the young swimmers study, which aims to be a complementary tool for research reproducibility and exploratory data analysis.

About

R is a high-level statistical programming language used for data analysis, as well for development creating software, websites, reports, applications, e-books, etc.

Installation

You can install the released version of youngSwimmers from CRAN with:

install.packages("youngSwimmers")

To install the latest development version from GitHub use:

# install.packages("devtools")
devtools::install_github("nim-ach/youngSwimmers")

Example

This is a basic example which shows you how to access the dataset:

library(youngSwimmers) # Load the package

swimmers[, 1:6] # Print columns 1 to 6

For more examples on how to use the dataset, please visit the section "Using the swimmers dataset" from our website. There you will find information for computing descriptive statistics and plotting functionalities.

Citation

To cite the dataset please use:

Castillo-Aguilar, M., Valdés-Badilla, P., Herrera-Valenzuela, T., Guzmán-Muñoz, E., Delgado-Floody, P., Andrade, D. C., Moraes, M. M., Arantes, R. M. E., & Núñez-Espinosa, C. (2022). youngSwimmers: Dataset from the young elite swimmers study. R package version 0.0.1.9000. https://CRAN.R-project.org/package=youngSwimmers

Or run from your R console:

citation("youngSwimmers")


nim-ach/youngSwimmers documentation built on July 2, 2024, 9:43 p.m.