names_tbl_lazy: Extract the names of a lazily evaluated table

View source: R/utils.R

names_tbl_lazyR Documentation

Extract the names of a lazily evaluated table

Description

This is a helper function to extract the column names from a table.

Usage

names_tbl_lazy(tbl)

Arguments

tbl

A query from conn with dbplyr and lazily evaluated.

Value

A vector with the names of the dataframe if tbl was collected.


f-hafner/magutils documentation built on Sept. 20, 2023, 5:05 a.m.