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