institutions_search | R Documentation |
Full text search for names of institutions
institutions_search(search_term)
search_term |
token query, phrase query or NEAR query (see http://www.sqlite.org/fts5.html) |
tibble with matching results
institutions_search("^Stockholm AND University")
institutions_search(tolower("Royal Institute of Technology"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.