search.code: Search for subway station code

Description Usage Arguments Author(s) Examples

View source: R/basics.R

Description

Take search keyword and search internal dictionary for station codes. It supports regex and substring mathcing. The search result will be printed out to the console.

Usage

1

Arguments

name

Keyword to be searched. Accepts substring and regex.

exact

If TRUE, it only finds exact match. Otherwise, not. (default = FALSE)

Author(s)

Sanghyun Park, Daun Jeong, and Sehun Kim

Examples

1
2
# What is the station code for SNU?
search.code("μ„œμšΈλŒ€")

eik4862/Subway documentation built on Sept. 24, 2021, 3:39 a.m.