Description Usage Arguments Details Examples
This function is a wrapper of the emayili R package to send email messages with the information of the new ads
1 2 3 4 | sendEmail(
mailInfo = "_mailInfo.yml",
newAds = new_KijijiAds(URL, excludeWords, pages, inputFile)
)
|
mailInfo |
character, the name of the file where all addresses and server information are saved |
newAds |
list, the output of the |
The mailInfo
file needs the following arguments:
from:
to:
host:
port:
username:
password:
1 2 3 4 5 6 7 | ## Not run:
URL <- 'https://www.kijiji.ca/b-a-louer/ville-de-montreal/3-1-2/k0c30349001l1700281?price=__860'
sendEmail('_mailInfo.yml',
newAds = new_KijijiAds(URL, excludeWords, pages = 2,
inputFile = 'ads.json', updateInput = TRUE))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.