conflicts: List cache conflicts

Description Usage Arguments Details Value See Also Examples

View source: R/conflicts.R

Description

List filenames that conflict with name

Usage

1
2
3
4
5

Arguments

name

quoted or unquoted name

Details

cache does not permit multiple files with the same name within a single cache. For example, you cannot have both iris.rds and iris.csv. This enforces a best practice of uniquely naming your data set.

This uniqueness is enforced among files with registered backends. Thus, if there is no backend for a .txt file, it will not be identified as conflict.

Value

character vector of filenames that conflicts

See Also

conflicts()

Examples

1
2
3
4
5

decisionpatterns/cache documentation built on June 15, 2020, 9:35 p.m.