get_search_url: Return the URL corresponding to a query using Kent State...

Description Usage Arguments Value Examples

View source: R/get_search_url.R

Description

Returns URL corresponding to a chosen query string.

Usage

1
get_search_url(term = "", production = TRUE)

Arguments

term

character string containing search term

logical

perform search on the production site? default is TRUE

Value

Character vector of search URLs.

Examples

1
2
get_search_url("hours")
get_search_url("hours", production=FALSE)

kyeager4/ksulibSearch documentation built on May 23, 2019, 9:33 a.m.