shoesize: Shoe size conversion

Description Usage Arguments Value Examples

View source: R/shoesize.R

Description

Convert shoe sizes between different systems

Usage

1
shoesize(input, system_from, system_to)

Arguments

input

The shoe size in the input system.

system_from

The size system of the input size

sytem_to

The size system of the output size

Value

The shoe size in the output system.

Examples

1
shoesize(40, "EU", "UK")

Perosu1/shoesize documentation built on Dec. 18, 2021, 7:38 a.m.