num_to_int: A numeric to integer

View source: R/num_to_int.r

num_to_intR Documentation

A numeric to integer

Description

This function transform data type that are trully integer but stored in numeric format into integer format.

Usage

num_to_int(df = NULL)

Arguments

df

A dataframe containing numeric variables that as to be stored as integer. Default is null

Examples

num_to_int()

JonasPipoz/retlstat documentation built on March 29, 2024, 7:43 p.m.