Description Usage Arguments Value Examples
This function will extract the suffixe of an e-mail address.
1  | affiche_suffixe(tab1)
 | 
tab1 | 
 A data.table or data.frame object from which the email address comes from.  | 
The suffixe of the email address.
1 2  | ## The email is in the users table. You want to add it to the logs table
suffixe <- affiche_suffixe(users)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.