loadFile: Load a file from the cache

View source: R/DBI.R

loadFileR 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


reproducible documentation built on June 22, 2024, 10:18 a.m.