download_previous_pkg: Download HTML copy of an R package previous versions

Description Usage Arguments See Also Examples

Description

The HTML content of R package Archive is downloaded to the specified file.

Usage

1
  download_previous_pkg(package = "", file = "")

Arguments

package

name of a package.

file

character string with the name where the downloaded file is saved.

See Also

download.file, download_previous_cran

Examples

1
2
3
4
5
## Not run: 
  # download a copy of 'plspm' to your working directory
  download_previous_pkg("plspm", file = "plspm_previous.html")

## End(Not run)

gastonstat/cranium documentation built on May 16, 2019, 5:45 p.m.