clone_dat {datr} | R Documentation |
Clone a Dat link to directory
Description
Function to clone a Dat link to the machine.
Usage
clone_dat(link, dir)
Arguments
link |
Dat link (always clones latest version now) |
dir |
Directory to clone to. If non-existent, will create. |
Examples
## Not run:
clone_dat(link = 'dat://datr-chris.hashbase.io', dir = tempdir())
## End(Not run)
[Package datr version 0.1.0 Index]