Description Usage Arguments Details Value Examples
scrape_adv_images
downloads and stores all images used in the
advertisement indicated in the specified url.
1 | scrape_adv_images(ad_id, storage_dir = "")
|
ad_id |
String containing the url to an advertisement. |
storage_dir |
String indicating the storage location for the downloaded images. |
The function uses a string containing the url to an advertisement to download and store all images linked to that advertisement.
No return.
1 2 3 4 | ## Not run:
scrape_adv_images(ad_id = "m1016608065", storage_dir = "C:/")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.