Description Usage Arguments Value
This function retrieves all new ads from a Kijiji search URL that are not present
in the defined database inputFile
.
1 2 3 4 5 6 7 8 | new_KijijiAds(
URL,
exclude = NULL,
pages,
inputFile,
updateInput = TRUE,
outputFile = NULL
)
|
URL |
character, the address after doing a specific search on Kijiji |
exclude |
vector, keywords to remove unwanted ads |
pages |
numeric, total amount of pages to look for ads |
inputFile |
character, name of the database file used in the |
updateInput |
logical, if FALSE it will not update the inputFile with the new retrieved ads. Useful in case of debuging |
outputFile |
character, name of the output file to save the retrieved new ads
If |
list of new ads
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.