Skip to contents

Convert names of an object to camel case

Usage

names_to_camel_case(obj, .recursive = TRUE)

Arguments

obj

A list or a data frame.

.recursive

Whether to convert names on all levels.

Value

The input object with camel case names.