yr_search: Search yr.no for a place.

Description Usage Arguments Examples

View source: R/yr_search.R

Description

Search yr.no for a place.

Usage

1
yr_search(place, country = NULL)

Arguments

place

The place you wan't to search for. Keep the search as simple as possible. This function will only return the fist page of the search result from yr.no

country

Two letter country code. Ex: DK, US, DE.

Examples

1
2
3
4
5
6
library(yrno)

yr_search("Copenhagen")
yr_search("Copenhagen", "US")
yr_search("New York")
yr_search("London")

krose/yrno documentation built on May 20, 2019, 6:42 p.m.