Reads data from information tab.

read_stf_information(files = NULL, path = ".")

stf_read_information(files = NULL, path = ".")

Arguments

files

Vector of html files.

path

where the htmls are if files is NULL.

Value

a tibble with data from the information tab.

Examples

if (FALSE) {
informacao <- read_stf_information("html", plan = "multiprocess")
}