extract_excel_data: Extract data from excel link

View source: R/extract_excel_data.R

extract_excel_dataR Documentation

Extract data from excel link

Description

Extract data from excel link

Usage

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


USAID-OHA-SI/glamr documentation built on July 6, 2024, 6:39 a.m.