Simple Shoe Size Converter - version 0.1.2/
This is a very early work-in progress package and I cannot guarantee corectness of the results. You are free to try it out, use it, or maybe even submit a pull request.
Run the following two lines to install. That's it!
library(devtools)
install_github("Perosu1/shoesize")
shoesize(input, system_from, system_to)
Systems currently supported for system_from and system_to: 1. "EU" 1. "UK" 1. "USm" (US male) 1. "USf" (US female) 1. "mondo"
library(shoesize)
shoesize(40, "EU", "UK")
#> 7
This example show how to get a UK equivalent to the EU size 40.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.