Publications by R - datawookie
{emayili} Message Templates
Services like Mailchimp and MailerLite make it easy to create stylish email campaigns. Their templating tools allow you to create elegant HTML messages which are personalised to the recipient. Wouldn’t it be cool if you could do something similar when sending emails from R? Well, with the latest version of {emayili}, that’s now possible (alth...
3679 sym R (1541 sym/7 pcs) 4 img
Upgrading R
This is the recipe I use to upgrade R on a Linux box. It’s something that I do fairly frequently on fresh EC2 instances. Remove Old R Check for existing R package. dpkg -l | grep -E "(r-base-core|cran)" Remove existing R installation. sudo apt-get purge -y r-base-core Check again for exsiting R packages: they should be gone. Add Keys Add keys. ...
1016 sym R (865 sym/10 pcs) 2 img