find_skier: Simple Fuzzy Searching By Partial Name

Description Usage Arguments Details Value Examples

View source: R/name_search.R

Description

Since it is (mostly) easier to remember people's names than their id numbers, this is a very simple function for looking up the "right" spelling for an athlete's name.

Usage

1

Arguments

x

character; a string you think should be in someone's name

Details

Simply looks for names matching "%string%".

Value

A data frame with unique individuals who's name contains the given string

Examples

1
2
3
4
5
## Not run: 
find_skier("OSGOOD")
find_skier("Bente")

## End(Not run)

joranE/statskier2 documentation built on May 19, 2019, 8:42 p.m.