francisbarton / myrmidon

A package containing functions I want to have available most times I start up R, as well as my own HTML5 RMarkdown template.
MIT License
4 stars 0 forks source link
personal toolbox

myrmidon

R-CMD-check

Personal functions and templates, from the whimsical to the useful to the rather experimental.

The Myrmidons of Greek myth were known for their loyalty to their leaders, so that in pre-industrial Europe the word "myrmidon" carried many of the same connotations that "robot" does today. wikipedia

Myrmidon cartoon by Horacio Gonzalez. A 'centaur' ant is drawn, with an ant's body and legs, and a humanoid torso, wearing a breastplate and helmet in an Ancient Greek style, and carrying a spear in its right hand and a sword in its left. (It also has its six ant legs).
Myrmidon cartoon – represented as a half-ant, half-human warrior creature – by Horacio Gonzalez.

What do ants best represent in the cosmos? [Carol] Anelli reports [E.O.] Wilson insisting that they "do it all" and dominate on a number of fronts. They are exceedingly diverse -- predators, farmers, architects -- and are highly social. Delahoyde & Hughes, 2008

Functions

Some useful functions you will find in here:

Examples

postcode_data_join

postcodes <- c("HD1 2UT", "HD1 2UU", "HD1 2UV")
test_df1 <- dplyr::tibble(place = paste0("place_", 1:3), postcode = postcodes)
postcode_data_join(test_df1)

HTML5 RMarkdown template

details, details, details...