Skip to contents

Lists all files currently in the educabR cache.

Usage

list_cache(dataset = NULL)

Arguments

dataset

Optional. Filter by dataset name.

Value

A tibble with information about cached files.

See also

Examples

if (FALSE) { # \dontrun{
list_cache()
} # }