read_nrows: Pull the number of rows from a data frame stored in fst...

View source: R/files.R

read_nrowsR Documentation

Pull the number of rows from a data frame stored in fst format

Description

read_nrows takes a file path to a fst file, reads in the first column of the data frame and returns the number of rows. It relies on read_colnames to get the first column name of the data frame.

Usage

read_nrows(filep = NULL)

Arguments

filep

Character vector of a single file path

Details

Used in scripts: Robust function: FALSE

Value

Numeric - number of rows


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