read_RDS: Read Latest Version of RDS Saved With Initials and Date

View source: R/read_RDS.R

read_RDSR Documentation

Read Latest Version of RDS Saved With Initials and Date

Description

This function reads the latest version of an RDS file saved by save_RDS.

Usage

read_RDS(filename, path = NULL, verbose = FALSE)

Arguments

filename

String. The base name for the file.

path

String. Where to look the file. If not set, checks for "Data" or "_data" in the working directory. Reads from working directory if data folders are not found.

verbose

Logical. Should status messages be displayed?

Examples

## Not run: read_RDS(filename = "datafile")

UnlikelyVolcano/UnlikelyTools documentation built on March 2, 2024, 4:43 a.m.