load_remote_zip: load_remote_zip

Description Usage Arguments Examples

View source: R/dev.R

Description

Load a remote zip file as a library. Nothing is permanently installed. While technically this _should_ work for any package, its use is in practice reserved for packages small enough to be very quickly loaded.

Usage

1
load_remote_zip(remote_zip)

Arguments

remote_zip

A url to a web address containing a zipped R package.

Examples

1
2
3
4
## Not run: 
load_remote_zip('/path/to/some_zipped_package.zip')

## End(Not run)

Ottawa-EPRI/EPmisc documentation built on May 18, 2019, 10:14 a.m.