Extract data from excel link
extract_excel_data(src_page, link_id, file_sheet = 2, file_ext = "xlsx")
Arguments
- src_page
The http(s)link to the source web page
- link_id
A CSS identifer of the hyperlinked element
- file_sheet
The file sheet number or name
- file_ext
The extension of the file
Value
File content as a data frame