Learn R Programming

datr (version 0.1.0)

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

Run this code
# NOT RUN {
  install_dat('dat://datr-chris.hashbase.io', dir = tempdir())
# }

Run the code above in your browser using DataLab