View source: R/extract_excel_data.R
extract_excel_data | R Documentation |
Extract data from excel link
extract_excel_data(src_page, link_id, file_sheet = 2, file_ext = "xlsx")
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 |
File content as a data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.