tbl_vars.disk.frame {disk.frame}R Documentation

Column names for RStudio auto-complete

Description

Returns the names of the columns. Needed for RStudio to complete variable names

Usage

## S3 method for class 'disk.frame'
tbl_vars(x)

## S3 method for class 'disk.frame'
group_vars(x)

Arguments

x

a disk.frame


[Package disk.frame version 0.8.3 Index]