data_vis: Wrapper to visualize the location of files in the AFS...

Description Usage Arguments Value Examples

Description

Wrapper to visualize the location of files in the AFS directory. Processes a tracking document to get files prior to passing to directory_vis.

Usage

1
2
data_vis(path = getOption("afs.path"), tracker = getOption("afs.tracker"),
  add_root = TRUE, ...)

Arguments

path

Path to AFS root folder (getOption('afs.path'))

tracker

Path to tracker file (getOption('afs.tracker'))

add_root

Logical to add root to graph

...

passed to plot.igraph

Value

Returns the igraph invisibly.

Examples

1
2
3
4
5
6
7
## Not run: 

   ## Defaults to root directory and shows tracked files.
   data_vis()


## End(Not run)

nverno/sync.afs documentation built on May 24, 2019, 10:55 a.m.