new_filepath: Filepaths

Description Usage Arguments Functions

Description

Filepaths keep metaframes manageable by externalizing semantic information to files and capturing their columns with the attribute field.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
new_filepath(path, fields, reader)

fields(x)

reader(x)

is_filepath(x)

read_filepath(filepath, ...)

as_filepath(x)

## S3 method for class 'filepath'
x[i]

Arguments

path

The path to the file

fields

The fields within the file

reader

The reader of the files. A function that takes file for the filename and optionally additional arguments. For compatibility, it is recommended to allow dots arguments.

Functions


sflippl/tectr documentation built on May 6, 2019, 8:51 a.m.