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.9 Index]