install_dat {datr}R Documentation

Install R package from Dat link

Description

Directly install an R package from a Dat link.

Usage

install_dat(link, dir)

Arguments

link

Dat link

dir

Temporary directory to store download in.

Value

Console log.

Examples

## Not run: 
  install_dat('dat://datr-chris.hashbase.io', dir = tempdir())

## End(Not run)

[Package datr version 0.1.0 Index]