Learn R Programming

educabR (version 0.1.0)

standardize_names: Standardize column names

Description

Internal function to standardize column names to lowercase with underscores.

Usage

standardize_names(df)

Value

The data frame with standardized names.

Arguments

df

A data frame.