write_cache_recursive: Generic for write_cache_recursive

Description Usage Arguments Methods (by class)

View source: R/write_cache.R

Description

Internal workhorse for write_cache.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
write_cache_recursive(x, path, ...)

## Default S3 method:
write_cache_recursive(x, path, ...)

## S3 method for class 'list'
write_cache_recursive(x, path, ...)

## S3 method for class 'data.frame'
write_cache_recursive(x, path, ...)

## S3 method for class 'character'
write_cache_recursive(x, path, ...)

## S3 method for class 'factor'
write_cache_recursive(x, path, ...)

## S3 method for class 'numeric'
write_cache_recursive(x, path, ...)

## S3 method for class 'integer'
write_cache_recursive(x, path, ...)

## S3 method for class 'logical'
write_cache_recursive(x, path, ...)

## S3 method for class 'complex'
write_cache_recursive(x, path, ...)

Arguments

x

An object to write

path

A path to write it to

...

Pasedd to write functions

Methods (by class)


antoine-sachet/cacheR documentation built on Jan. 17, 2021, 6:40 a.m.