Description Usage Arguments Value Examples
A function to email search results.
1 2 3 4 5 | send_email(
email_recipient,
filtered_data,
email_subject = "Results from RHouseHunter"
)
|
email_recipient |
A character vector containing the recipient's email. |
filtered_data |
A tibble containing the filtered search results. |
email_subject |
A character vector of desired subject of the email. Optional argument with default value of 'Results from RHouseHunter'. |
None.
1 | send_email("elabandari@gmail.com", (tibble::tibble(name = c("house1"))))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.