open_file_at: Open a file connection at given byte position

View source: R/open_file_at.R

open_file_atR Documentation

Open a file connection at given byte position

Description

Open a file connection at given byte position

Usage

open_file_at(file, offset = 0, open = "rb")

Arguments

file

A pathname to a ‘*.index’ file to be created or read from.

offset

The file byte position where to position the connection after being opened.

open

(character) Mode to open the file connection in, cf. base::file().

Value

A file base::connection moved to position offset.


ucsf-wynton/wyntonquery documentation built on May 15, 2024, 6:23 a.m.