install_dat {datr} | R Documentation |
Directly install an R package from a Dat link.
install_dat(link, dir)
link |
Dat link |
dir |
Temporary directory to store download in. |
Console log.
## Not run:
install_dat('dat://datr-chris.hashbase.io', dir = tempdir())
## End(Not run)