Learn R Programming

datr (version 0.1.0)

log_dat: 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

Run this code
# NOT RUN {
  log_dat(path = '.')
  log_dat(path = 'dat://pastedat-taravancil.hashbase.io')
# }

Run the code above in your browser using DataLab