dir_diff {ggplot2}R Documentation

Directory diff

Description

Compute the set of differences in file make up between two directories.

Usage

dir_diff(a, b)

Arguments

a path a
b path b

Value

list with components only_a, only_b and both

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot2 version 0.8.2 Index]