pdf_scrap {ralger} | R Documentation |
Scrape and download pdf files from a Web Page
Description
Scrape and download pdf files from a Web Page
Usage
pdf_scrap(link, path = getwd(), askRobot = FALSE)
Arguments
link |
the link of the web page |
path |
the path where to save the PDF 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 PDF files from a website
[Package ralger version 2.3.0 Index]