xlsx_scrap: Scrape and download Excel xlsx files from a Web Page

View source: R/files_scrap.R

xlsx_scrapR Documentation

Scrape and download Excel xlsx files from a Web Page

Description

Scrape and download Excel xlsx files from a Web Page

Usage

xlsx_scrap(link, path = getwd(), askRobot = FALSE)

Arguments

link

the link of the web page

path

the path where to save the Excel xlsx files. Defaults to the current directory

askRobot

logical. Should the function ask the robots.txt if we're allowed or not to scrape the web page ? Default is FALSE.

Value

called for the side effect of downloading Excel xlsx files from a website

Examples

## Not run: 

excel_scrap(
link = "https://www.rieter.com/investor-relations/results-and-presentations/financial-statements"
)


## End(Not run)

feddelegrand7/ralger documentation built on June 12, 2025, 7:46 a.m.