log_dat {datr} | R Documentation |
Show Dat archive log
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
log_dat(path)
Arguments
path |
Dat archive, can both be local or on the network. |
Value
Console log.
Examples
## Not run:
log_dat(path = '.')
log_dat(path = 'dat://pastedat-taravancil.hashbase.io')
## End(Not run)
[Package datr version 0.1.0 Index]