read_colnames: Pull the column names from a data frame stored in fst format

View source: R/files.R

read_colnamesR Documentation

Pull the column names from a data frame stored in fst format

Description

read_colnames takes a file path to a fst file, reads in the first row of the data frame and returns the column names.

Usage

read_colnames(filep = NULL)

Arguments

filep

Character vector of a single file path

Details

Used in scripts: Robust function: FALSE

Value

Vector with column names


AndreSjuve/dretools documentation built on Dec. 4, 2024, 3:12 a.m.