read: read

Description Usage Arguments

View source: R/read.R View source: R/RcppExports.R

Description

Generic fast read

These functions read a file into memory. We memory map the file for fast I/O. The file is read in as a character vector (length one for read, length n for readlines).

Usage

1
2
3

Arguments

file

Path to a file.

path

File path

lines

As text lines file


pmoracho/loudness documentation built on July 16, 2021, 2:04 p.m.