rip | R Documentation |
Polite file download
rip( bow, destfile = NULL, ..., mode = "wb", path = tempdir(), overwrite = FALSE )
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 |
Full path to the locally saved file indicated by the user in destfile
(and path
)
bow("https://www.cheese.com/") %>% nod("media/img/sub-page-slide2.jpg") %>% rip()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.