vec_to_df: Convert character vector to data frame

View source: R/select_helpers.R

vec_to_dfR Documentation

Convert character vector to data frame

Description

This is used in some of the selecting we allow for, for example in as_gt(include=) you can use tidyselect to select among the call names to include.

Usage

vec_to_df(x)

Arguments

x

character vector

Value

data frame


gtsummary documentation built on Oct. 5, 2024, 1:06 a.m.