brandSize: Shoe Size Converter

Description Usage Arguments Value Author(s) Examples

View source: R/Func2.R

Description

This function is the main function in this package. It allows users to convert their UK or EU shoe sizes to US sizes.

Usage

1
brandSize(whoShoe = "Woman", brand = "alexander mcqueen", size = 0)

Arguments

whoShoe

The gender of the user, either male or female, default to female

brand

Which sizing standard does the user use, UK or Europe, default to UK

size

User's UK or EU shoe size

Value

User's US shoe size

Author(s)

Darius <dcuthbert1@usf.edu>

Examples

1
2
brandSize('Woman', 'Fendi', 9)
brandSize('Woman', 'givenchy', 7)

dcuthbert-1/LIS-4370-Final documentation built on Dec. 19, 2021, 10:01 p.m.