.read_file {dlr}R Documentation

Read/Process a File

Description

Read/Process a File

Usage

.read_file(path, read_f, read_args)

Arguments

path

Character scalar; the full path to the file.

read_f

The function to use to read and process the file. The first argument to this function must be the path to the file.

read_args

Additional arguments to read_f.

Value

The processed file.


[Package dlr version 1.0.1 Index]