envi_pb_install: Install a Piggyback'ed Environment

Description Usage Arguments

View source: R/mutate.r

Description

Install a Piggyback'ed Environment

Usage

1
2
3
4
5
6
7
8
9
envi_pb_install(
  file,
  repo,
  handle = basename(file),
  tag = "latest",
  verbose = TRUE,
  progress = verbose,
  keep = FALSE
)

Arguments

file

name or vector of names of files to be downloaded.

repo

Repository name in format "owner/repo". Will guess the current repo if not specified.

handle

the handle for the new environment.

tag

tag for the GitHub release to which this data is attached. (Default "latest")

verbose

should extra information be printed? (Default TRUE)

progress

should the progress of the clone be shown? (Default verbose)

keep

should the original downloaded environment be kept? (Default FALSE)


kaneplusplus/envi documentation built on Jan. 6, 2020, 2:06 p.m.