qcoder icon indicating copy to clipboard operation
qcoder copied to clipboard

Function for reading html data from the web.

Open elinw opened this issue 4 years ago • 1 comments

Need to have a way to read a folder of html files Assume that the user has proper read permission. Maybe use rvest?

elinw avatar Apr 29 '21 16:04 elinw

I think the way to approach this is to create an alternative version of read_documents_data that uses rvest and then takes the output and puts it into the correct format.

This is done at the command line, prior to importing the data into the project.

elinw avatar Jun 15 '21 11:06 elinw