Parse an Ethnic NewsWatch search result (saved in HTML format) into a dataframe

html_to_dataframe(file_path)

Arguments

file_path

A file path which indicates an HTML file that contains the search results from the Ethnic NewsWatch database. This input should be a string vector.

Value

A dataframe with four columns ("text", "source", "author", "date")