save_date: Wrapper for 'save()' and 'readr::write_csv()' that saves a...

Description Usage Arguments Examples

View source: R/save-date.R

Description

Wrapper for save() and readr::write_csv() that saves a RData or csv with today's date appended to filename

Usage

1
save_date(object, path)

Arguments

object

the name of the object to be saved

path

the path of the data as you would normally provide it to save() or readr::write_csv()

Examples

1
save_date(df, here::here("data", "patients.RData"))

karissawhiting/kwiktools documentation built on May 24, 2021, 1:30 a.m.