Description Usage Arguments Value Examples
Takes an HTML table, parses it's format, and returns a character vector as long as the input table is wide.
1 2 3 |
table |
An HTML table object. |
header_length |
Set to a number greater than one to deal with multi-row headers. Takes an integer and defaults to 1. |
skip |
The number of rows to skip before collecting data. This is useful for omitting
full-width "title" cells. Takes a character vector of rows to skip or the string
|
exclude_brackets |
Whether to exclude brackets and their contents in output. Takes a boolean and defaults to TRUE. |
exclude_parens |
Whether to exclude parenthesis and their contents in output. Takes a boolean and defaults to FALSE. |
Returns a character vector of parsed headers.
1 2 | wiki_table("https://wikipedia.org/wiki/List_of_metro_systems")
wiki_table("List_of_metro_systems")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.