save_to_cache: Save R object to cache

Description Usage Arguments Value Examples

Description

Save R object to cache

Usage

1

Arguments

df

arbitrary R object

key

hashed representation of df's generating query

Value

invisibly returns df

Examples

1
2
## Not run: save_to_cache(ggplot2::diamonds, "6904e1dbc962a5df3040efd454ade0d564be27ce")
## Not run: cars %>% save_to_cache("car_dataset")

stillmatic/cacheR documentation built on May 30, 2019, 5:43 p.m.