read_CSV: Read Latest Version of CSV Saved With Initials and Date

View source: R/read_CSV.R

read_CSVR Documentation

Read Latest Version of CSV Saved With Initials and Date

Description

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

Usage

read_CSV(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 "Tables" or "_tables" 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_CSV(filename = "datafile")

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