rip {polite} | R Documentation |
Polite file download
Description
Polite file download
Usage
rip(
bow,
destfile = NULL,
...,
mode = "wb",
path = tempdir(),
overwrite = FALSE
)
Arguments
bow |
host introduction object of class |
destfile |
optional new file name to use when saving the file. If missing, it will be guessed from 'basename(url)“ |
... |
other parameters passed to |
mode |
character. The mode with which to write the file. Useful values are |
path |
character. Path where to save the destfile. By default is temporary directory created with |
overwrite |
if |
Value
Full path to the locally saved file indicated by the user in destfile
(and path
)
Examples
bow("https://en.wikipedia.org/") %>%
nod("wiki/Flag_of_the_United_States#/media/File:Flag_of_the_United_States.svg") %>%
rip()
[Package polite version 0.1.3 Index]