Description Usage Arguments Value
Convert html table element to data.frame
1 | html_table_to_dataframe(x, header = NA, trim = TRUE, fill = FALSE, dec = ".")
|
x |
A node, node set or document. |
header |
Use first row as header? If 'NA', will use first row if it consists of '<th>' tags. |
trim |
Remove leading and trailing whitespace within each cell? |
fill |
If 'TRUE', automatically fill rows with fewer than the maximum number of columns with 'NA's. |
dec |
The character used as decimal mark. |
A data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.