Piping within pipes

Reproduced with the kind permission of Nathan Eastwood and was first published on his personal blog https://nathaneastwood.github.io/ The magrittr pipe (%>%) has revolutionised the way many people now write R code. I’ve been using R for over 7 years and the pipe has become a staple of my programming conventions. However it was recently brought […]

Read More

FQDN (Fully Qualified Domain Names) in R

By Steph Locke This is just a quick post, to mention how you can get your computer name with the domain it is registered in i.e.  the fully qualified domain name (FQDN) by using R. Base R In Windows to get the computer name in it’s fully qualified form you need to do: paste(Sys.getenv(“COMPUTERNAME”), Sys.getenv(“USERDNSDOMAIN”), […]

Read More

Work Smarter and Not Harder

by Brian Mitchell, Mango Solutions Here at Mango we take testing very seriously and as the automated tester in the company I take it more seriously than most. Automated testing does exactly what it says on the tin, it allows you to automate a number of test scenarios. We use specialised software to simulate mouse […]

Read More