knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
emailvalidation
is the official package for accessing currency conversion data from emailvalidation.io. The API requires a registered API key. The free plan provides 100 free monthly requests. You can register an API key here. Premium plans provide access to more requests and more data endpoints. The full API documentation can be found here
After registering your API key, set your API key locally by calling the helper function emailvalidation_api_key()
or by manually calling Sys.setenv(EMAILVALIDATION_API_KEY = <key>)
.
Call get_email_info("john@doe.com")
to retrieve all information about the specified email address.
get_api_status()
- can be used to check whether the API is available. Requests do not count towards your monthly request volume. Information about your API key are provided. Available in free & paid
plans.get_email_info()
- provides you with information about any email address. Available in free & paid
plans.Please read our API documentation for all information.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.