Skip to contents

A function to convert a data.frame object into tibble format with upper-case column name and character type.

Usage

set_as_tibble(.data)

Arguments

.data

Data.frame

Value

A tibble/data.frame object with upper-case column name and character type.