is_valid_weightlifting_log: Checks to see if a data frame is a valid weightlifting log....

View source: R/load_csv_data.R

is_valid_weightlifting_logR Documentation

Checks to see if a data frame is a valid weightlifting log. Looks for names.

Description

Checks to see if a data frame is a valid weightlifting log. Looks for names.

Usage

is_valid_weightlifting_log(weightlifting.log = NULL)

Arguments

weightlifting.log

A data frame containing at least the following elements: program, date, exercise, variant, reps, weight

Value

Boolean


titaniumtroop/rweightlifting documentation built on April 24, 2022, 5:30 a.m.