standardize_tab: Prepare a data.frame for analysis

View source: R/prepare_tab.R

standardize_tabR Documentation

Prepare a data.frame for analysis

Description

This function

  • creates a label for each columns, allowing for a better display,

  • removes empty cells on top of the data.frame

  • standardize the dates

  • lowers case of levels for character vectors

  • factors qualitative variables

  • removes quoting characters

Usage

standardize_tab(tab)

Arguments

tab

the data.frame

Value

A standardized data.frame


KZARCA/simplestats documentation built on Feb. 19, 2024, 1:11 a.m.