file_rows: count number of rows in a file without needing to read file...

View source: R/file_rows.R

file_rowsR Documentation

count number of rows in a file without needing to read file into R

Description

count number of rows in a file without needing to read file into R

Usage

file_rows(file)

Arguments

file

file path to be read in

Details

uses wc -l system call to count rows


metrumresearchgroup/PKPDmisc documentation built on Oct. 21, 2022, 9:41 a.m.