previous_pkg_df: Data Frame of R an package previous versions

Description Usage Arguments Details Value Examples

Description

Extracts HTML contents of an R package previous versions and returns a data frame with cleaned information

Usage

1
  previous_pkg_df(html_table)

Arguments

html_table

an HTML table

Details

This function returns a data frame with the scraped contents of the original HTML table.

Value

data frame with five columns: "Name", "File", "Date", "Time", and "Size"

Examples

1
2
3
4
5
6
7
8
## Not run: 
  # Previous versions of package "plspm"
  plspm_previous = previous_pkg_html_table("plspm")
  plspm_previous_df = previous_pkg_df(plspm_previous)

  plspm_previous_df

## End(Not run)

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