log_dat: Show Dat archive log

Description Usage Arguments Value Examples

Description

Retrieve log of the Dat folder. You can either retrieve the log of a Dat link (argument link) or of a local Dat folder (argument dir). Defaults to giving the log of the working directory. If a Dat link is provided, this overrides the dir argument.

Usage

1
log_dat(path)

Arguments

path

Dat archive, can both be local or on the network.

Value

Console log.

Examples

1
2
3
4
5
## Not run: 
  log_dat(path = '.')
  log_dat(path = 'dat://pastedat-taravancil.hashbase.io')

## End(Not run)

datr documentation built on May 1, 2019, 8:04 p.m.