Description Usage Arguments Details Value Examples
Extracts HTML contents of an R package previous versions and returns a data frame with cleaned information
1 | previous_pkg_df(html_table)
|
html_table |
an HTML table |
This function returns a data frame with the scraped contents of the original HTML table.
data frame with five columns: "Name"
,
"File"
, "Date"
, "Time"
, and
"Size"
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.