f_read: Read a File

Description Usage Arguments Value

View source: R/fastRead.R

Description

Read a file into memory. We memory map the file for fast I/O. The file is read in as a character vector of length = 1. This doesn't appear to scale. Large files do not read into memory faster

Usage

1

Arguments

file

Path to a file.

Value

character vector of length 1


pmbrophy/mspReader documentation built on May 26, 2020, 9:58 p.m.