load_remote_zip: load_remote_zip

Description Usage Arguments Examples

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)

dpavlic/EPmisc documentation built on May 15, 2019, 1:45 p.m.