html_table_to_dataframe: Convert html table element to data.frame

Description Usage Arguments Value

View source: R/data_input.R

Description

Convert html table element to data.frame

Usage

1
html_table_to_dataframe(x, header = NA, trim = TRUE, fill = FALSE, dec = ".")

Arguments

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.

Value

A data.frame


altairwei/wiztimebook documentation built on June 1, 2021, 4:22 p.m.