loadFile {reproducible}R Documentation

Load a file from the cache

Description

Load a file from the cache

Usage

loadFile(file, format = NULL)

Arguments

file

character specifying the path to the file

format

(optional) character string specifying file extension ("qs" or "rds") of file; if not specified (i.e., NULL), will be deduced from the file extension of file.

Value

the object loaded from file


[Package reproducible version 2.1.0 Index]