Learn R Programming

ProjectTemplate (version 0.11.0)

.convert.to.tibble: Convert one or more data sets to tibbles

Description

Converts all base::data.frames referred to in the input to tibbles. The resulting data set is stored in the .TargetEnv.

Usage

.convert.to.tibble(data.sets)

Value

No value is returned; this function is called for its side effects.

Arguments

data.sets

A character vector of variable names.