mutate_col_type: change column data types

Description Usage Arguments Value

Description

change column data types

Usage

1
mutate_col_type(tbl1, col_types)

Arguments

tbl1

a regular data frame or a tibble

col_types

the column types include 'c' for character, 'd' for double, 'i' for integer, 'l' for logical, and 'f' for factor.

Value

a tibble or a data frame with changed column types


yuehmeir2/myFormAssembler documentation built on June 9, 2021, 3:42 a.m.